Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long string
Message
De
14/03/1999 17:22:57
 
 
À
14/03/1999 17:14:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00197423
Message ID:
00197424
Vues:
20
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform