06-04-2019, 09:48 PM
Thanks
Well i was not asking for something complicated
Now i "resolved this" by doing a #DEFINE
Not is a variable, but for the purpose of the problem is good enough
i made this per example
#DEFINE SOMENAME 20
DIM variableName( 20 * (SOMENAME + 1 ) ) AS UBYTE
This works enoug for me
Well i was not asking for something complicated

Now i "resolved this" by doing a #DEFINE
Not is a variable, but for the purpose of the problem is good enough

i made this per example
#DEFINE SOMENAME 20
DIM variableName( 20 * (SOMENAME + 1 ) ) AS UBYTE
This works enoug for me
