About arrays pointers in structures
Posted: Tue Jul 05, 2005 6:44 pm
If i do this,
does PB allocate 400 bytes for var or just the 4 bytes of the arr pointer?
Code: Select all
structure STRUCT
*arr.l[100]
endstructure
var.STRUCT