Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transform - 255 character limit?
Message
De
24/09/2003 10:46:47
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Transform - 255 character limit?
Divers
Thread ID:
00831848
Message ID:
00831848
Vues:
60
Does the Transform function have a 255 character limit? I can't find any evidence of same.

If not, why would it be concatenating my longer variables to that size?

I'm trying to clean up the result of a Cryptpak decryption. Typically it adds trailing Chr(0)s to the plaintext, so I'm using

plaintext=transform(plaintext,'@T') to remove them. (Alltrim doesn't do it)

this works, except for len(plaintext)>255 in which event all I get are the first 255 characters of the plaintext.

suggestions?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform