2024-11-22, 12:51 PM
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 ) )
endsubThanks,
-- Baltasar
-- Baltasar

