Code: Select all
Structure sPerson
Name.s
ForeName.s
Age.w
Statistics.point ; width / height (cm)
EndStructure
Debug OffsetOf(sPerson\Statistics\x)
Code: Select all
Structure sPerson
Name.s
ForeName.s
Age.w
Statistics.point ; width / height (cm)
EndStructure
Debug OffsetOf(sPerson\Statistics\x)