Posted: Thu Feb 06, 2003 10:48 pm
Restored from previous forum. Originally posted by dmoc.
Scenario...
Structure MyStructure1
SomeLongs[2]
EndStructure
Structure MyStructure2
MyVar.MyStructure1
EndStructure
BigVar.MyStructure2
AddOfLong = @BigVar/MyVar/SomeLongs[0]
...what's wrong with the last part? I have tried without the [].
Scenario...
Structure MyStructure1
SomeLongs[2]
EndStructure
Structure MyStructure2
MyVar.MyStructure1
EndStructure
BigVar.MyStructure2
AddOfLong = @BigVar/MyVar/SomeLongs[0]
...what's wrong with the last part? I have tried without the [].