03-22-2024, 04:42 AM
I am trying to use lower case i, j, and k as counters for looping. To declare them I'm using this:
_define i-k as _unsigned integer
But as soon as I go to the next line, the letters i to k turn uppercase and therefore the lower case i, j, and k which are used in looping get error message that they are not declared.
I tried to use lcase$() to keep the letters in lowercase, but get error message for _define statement.
Any idea why it doesn't work?
_define i-k as _unsigned integer
But as soon as I go to the next line, the letters i to k turn uppercase and therefore the lower case i, j, and k which are used in looping get error message that they are not declared.
I tried to use lcase$() to keep the letters in lowercase, but get error message for _define statement.
Any idea why it doesn't work?