11-22-2024, 11:51 AM
How do you declare an array type? I supposed it should be easy to find in the docs, but didn't have any luck. For instance:
I'm certain it is not string() (I have tried that). I wonder if I have to use DIM again?
Thanks,
-- Baltasar
Code:
sub doThis(v as string?)
print( v( 0 ) )
endsub
Thanks,
-- Baltasar
-- Baltasar