Page 1 of 1
DIM a string
Posted: Thu Sep 02, 2010 4:58 pm
by Manolo
is this sintax valid to sizing a string?
DIM MyString as String * 256
DIM a string
Posted: Wed Sep 08, 2010 7:08 pm
by fred
As far as i know for normal strings you don`t have to specify a size for a string, it has a dynamic size.
For Record you can use this and in the old documentation also for Declare.
But i agree that the documentation could be improved :)