Code: Select all
structure STRUCT
*arr.l[100]
endstructure
var.STRUCT
Code: Select all
structure STRUCT
*arr.l[100]
endstructure
var.STRUCT
Code: Select all
Structure ATEST
el.l[100]
EndStructure
*a.ATEST = allocatememory(sizeof(LONG)*10)
*a\el[0] = 3
Debug *a\el[0]