Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long string
Message
From
14/03/1999 17:22:57
 
 
To
14/03/1999 17:14:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00197423
Message ID:
00197424
Views:
19
>How can I create a long string (> 255chars)?

Memory variables are limited only by available memory; if youy need a character or binary field in a table of very large size, you can use a memo field. There are known problems passing properties across method boundaries, but this can be handled by passing the data by value (wrap the property expression in parentheses in the function call) or transfer the content of the property to a memory variable, pass the variable by reference, and update the property on returning from the function or method call.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform