Code: Select all
Define hijkl.POINT
Define*hijkl.POINT
x = 2 * hij ; < autocomplete list fine
x = 2*hij ; < autocomplete list should list both
x = 2 *hij ; < autocomplete list should list both
ok, the example was a bit stupid.
here is what i'm about: at the last line, the list does not show 'sgxMAXGADGETS'
Code: Select all
Global sgxMAXGADGETS.l = 0
Global Dim *sgxID.sgxS_Gadget(sgxMAXGADGETS)
Debug SizeOf(sgxS_Gadget)*sgx