Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a limit for selexec()?
Message
De
17/05/2008 17:46:21
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01317869
Message ID:
01317890
Vues:
7
>
>I meant the 255 character limit of a string.
> That is, whether you create the variable using TEXT .. ENDTEXT
> or otherwise, the resulting variable cannot be greater than 255.

That limit is only for "quoted strings", the number of characters between a single pair of quotation marks.
When you for instance split the long string into pieces, or fill the variable programmatically, the official limit is ~16MB.
cVar = REPLICATE('x',16777184)
? LEN(cVar)
hth
-Stefan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform