hello guys,
I need to make some like this:
---------------
array var word [5]
C var byte
for c = 0 to 5
if array[C].highbyte = 0 then ' <- Compiler message: This style array syntax not supported
gosub Compute
endif
next c
end
Compute:
'Do something
return
----------------------
but the compiler do not support my array style.
Some idea to solve it?
tnk in advance.
Roberto from Italy
Bookmarks