Hi, there! Once I saw a possibility to create string variables longer than 63 characters. Unfortunately I can't remember anymore how it was managed. Could you please give me a hint?
Thanks a lot.
Dear John.
D.J.
Answer n° 1 -------- 17/02/2009 @ 05:53 by Pierre
visitor
Hi,
Just try something like :
{$MaxString decimal_integer} Changes the default size value for strings. This directive
may be invoqued anywhere in the program. Variables of type string
allocates the numnber of bytes specified. It also changes room
allocated in stack
for strings operations. Any value ≤4096 is allowed, but too large value
should not be used as it may cause crash due to stack overflow. (comming from the NAPP manual) ...
topic active
topic closed
Sticky
New message -
Correct message
Close topic
Make sticky