Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug in PAD* functions? Or omission in documentation?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00954748
Message ID:
00954756
Vues:
19
>There's a limit on the size of VFP string variable - 16,777,184 bytes. You can create longer variable but string function will generate an error.
>
lnMax = 16777184
>? ALLTRIM(PADr(m.ln, lnMax))
>? ALLTRIM(PADr(m.ln, lnMax+1))
>
Check http://fox.wikis.com/wc.dll?Wiki~StringLength
>
Thanks, Sergey. This is what I figured. Just thought, it should be explicitly mentioned in the documentation to these functions.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform