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 (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00487357
Message ID:
00487362
Views:
8
Dragan,

To avoid limitatin of eval() you can use strtofile() and filetostr() functions, like:
....
lcsel=' aaaa &x eeeeee'+repl('z', 1260)
=strtofile("["+lcsel+"]","c:\txt.txt")
?filetostr("c:\txt.txt")
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform