Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuff an unpacked macro into a string
Message
 
To
21/03/2001 15:23:21
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00487357
Message ID:
00487360
Views:
7
Yes, you reach the string limit. Just try ?eval("["+repl("r",256")+"]") to reproduce it.

>>>>>>>>>>>>>>>>..your message below
There was a way, and I did it once, but I can't remember where, to unpack a macro and stuff the expanded version of it into a string.
I did

x=' uuuu '
lcsel=' aaaa &x eeeeee'
?
?eval("["+lcsel+']')

and it printed "aaaa uuuu eeeeee" as expected. But somehow I can't do that for a longer string...


lcsel=' aaaa &x eeeeee'+repl('z', 126)
?eval("["+lcsel+']') && this works
lcsel=' aaaa &x eeeeee'+repl('z', 1260)
?eval("["+lcsel+']') &&

The error I'm getting is "Command contains unrecognized phrase/keyword." Does that mean I've hit some limit on the length of the string submitted to eval()? Does anyone have any experience with this?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform