Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
EVALUATE limit
Message
From
03/02/1997 12:26:18
Paul Wei
Fib, State of Michigan
Lansing, Michigan, United States
 
 
To
03/02/1997 10:15:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00019127
Message ID:
00019146
Views:
26
>For my translation, when the memo field is beginning with ' or ", I am processing an EVALUATE of the content. I just discovered that the EVALUATE can't process more than 256 characters. One of my memo field is having about 2000 characters. What solution can I take to solve this problem?

Michel,

You can always strip away the beginning and ending single or double quotes and use the memo field as is. So instead of EVAL(mFIELD1), you'd use SUBSTR(mFIELD1,2,len(trim(mFIELD1))-2).

Paul
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform