Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuff an unpacked macro into a string
Message
From
21/03/2001 15:46:51
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00487357
Message ID:
00487361
Views:
8
>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?

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform