06-04-2019, 05:14 PM
Hi
I'm trying this
DIM variableName( 20 * ( myVariable + 1 ) ) AS UBYTE
but the compiler says : "Array bounds muts be constants"
Is there any way to create a DIM with variables?
With a Basic variable?
Thanks
I'm trying this
DIM variableName( 20 * ( myVariable + 1 ) ) AS UBYTE
but the compiler says : "Array bounds muts be constants"
Is there any way to create a DIM with variables?
With a Basic variable?
Thanks