06-11-2009, 08:53 AM
Is possible run the code without "previous declaration is different. Change?"
Macro
or exist a better way to add members in runtime?
Macro
type test1 str's1 i1
ARRAY(test1) at1.create(10)
at1[0].s1="x1"
at1[0].i1=1
type test1 str's1 i1 i2
at1[0].i2=3
out at1[0].s1
out at1[0].i1
out at1[0].i2
or exist a better way to add members in runtime?