Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transform - 255 character limit?
Message
From
24/09/2003 10:46:47
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Transform - 255 character limit?
Miscellaneous
Thread ID:
00831848
Message ID:
00831848
Views:
62
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?
Next
Reply
Map
View

Click here to load this message in the networking platform