Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generate text with 258 characters
Message
From
29/01/2022 12:18:23
 
 
To
29/01/2022 03:37:18
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01683366
Message ID:
01683369
Views:
61
>I want to export text file, it needs to be 258 characters long, but VFP can only generate text file with 255 characters.
>
>Is there any solution?
>
>Thanks for the help
>
>Jerry Yang

String constants are limited to 255 characters, and character fields in table are limited to 254. String variables that are longer can be constructed through various means (such as concatenation), though there may be some built-in functions that fail when passed strings with more than 16,777,184 characters. If I'm not mistaken you can get up to nearly 2GB length in strings (2GB would be the normal limit for most 32-bit programs).
Previous
Reply
Map
View

Click here to load this message in the networking platform