Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define constant and command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00723637
Message ID:
00723641
Views:
7
John,

If I understood correctly what you want, you need to define a constant with more than one statement. Please, take a look at the following example:
#define ENV "SET EXCLUSIVE OFF" + CHR(13) + ;
            "SET MULTILOCKS ON" + CHR(13) + ;
            "MESSAGEBOX('Done!')"

EXECSCRIPT(env)
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform