quick array question
If I set :
temparray VAR Byte(16)
Does that mean I have 17 places to store to or 15? I am guessing it is 15 since 0 is the beginning, hence 0 to 15 is 16 numbers
temparray VAR Byte(16)
Does that mean I have 17 places to store to or 15? I am guessing it is 15 since 0 is the beginning, hence 0 to 15 is 16 numbers
Comments
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
·The next time you need a hero don't look up in the sky...Look in the mirror.
·
would this cause any conflicts?
I have an extremely intense coded program and I am limited to variables. I can only have one word variable after all other variables used.