Size of elements of an array
Posted: Sat Sep 19, 2009 10:44 pm
It would be great if it would be possible to get the size of the elements of an array.
Code: Select all
Structure x
l.l
e.w[2]
EndStructure
Debug SizeOf(x)
Debug SizeOf(x\e)
;Debug SizeOf(x\e[])