Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Max # of characters per memory variable
Message
De
22/06/2005 05:58:03
 
 
À
22/06/2005 02:38:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01025358
Message ID:
01025377
Vues:
14
>Hi,
>WHat is the Maximum # of characters per memory variable?
>From help file, it is 16,777,184. However, CURSORTOXML() able to create a variable that store XML string which has 25MB.
>
>Pls advise.
>
>Thank you

You can store more of 16MB into a variable,
but you cannot do some simple operations only:
-readonly : LEN(),UPPER(),LOWER(),$,AT(),compare,LIKE(),SUBSTR()...
-direct copy ("=" or STORE )

But some operations STRTRAN(),CHRTRAN()...
they are written for short strings and they are not optimized regarding the cache, therefore the time of elaboration explodes.

The process's memory have the OS's 2GB upper bound.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform