Menu
Search




Articles & Documents

Close Tutorials

Newsletter
To receive news about this website, consider subscribing to our Newsletter.
Subscribe
Unsubscribe
22 Subscribers
CPDB.Net

Friends News
Visits

   visitors

   visitors online

Webmaster - Infos
forum.gifForum - ppCompiler - Topic #7

Forum - Forum
ppCompiler - ppCompiler


active  Topic # 7  String length up to 128 characters

16/02/2009 @ 15:56
by DearJohn

Anonymous



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.

  Post an answer  Top
Answer n° 1
--------
17/02/2009 @ 05:53
by Pierre

Anonymous

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) ... smile
  Post an answer  Top
active topic active   closed topic closed   Sticky Sticky   New New message   -   Correct Correct message   Close Close topic   Make sticky Make sticky
[]
Forum Topic  Forum 




^ Top ^