DIM a string

In this category you can exchange your programming questions and solutions.
Post Reply
Manolo
Posts: 16
Joined: Fri Jun 15, 2007 4:57 pm

DIM a string

Post: # 660Post Manolo
Thu Sep 02, 2010 4:58 pm

is this sintax valid to sizing a string?

DIM MyString as String * 256

fred
Posts: 54
Joined: Thu Apr 23, 2009 10:08 am

DIM a string

Post: # 661Post fred
Wed Sep 08, 2010 7:08 pm

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 :)

Post Reply