Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memory variable limit
Message
De
12/06/2011 16:19:14
 
 
À
12/06/2011 15:15:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01514175
Message ID:
01514186
Vues:
79
>Hi Craig, thanks for the reply.
>Here's my code that breaks.
>x="1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
>
>That's 256 characters in the definition of a memory variable.
>Not sure why this is breaking.


Must be too long for a literal.

This works:

x="1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012"
x=x+"345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456"
?len(x)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform