Page 1 of 1

pointer to string

Posted: 22 Dec 2009 10:07
by peterverkaik
Why can't I declare
dim sPtr as ^string

but I can do
dim sPtr as ^string[4]

regards peter

Posted: 23 Dec 2009 11:05
by nikola.kostic
Because string type is declared as string[length] (see the Help).