Code: Select all
Structure stType
code.a
flag.a
i.w
ndx.u
EndStructure
Global Dim gszATR.s( #LJTOKENS )
Is this a bug? Or am I missing something?
The irony is that if I re-create the structure inside the module it says structure already exists but it doesn't let me create a variable of that type


