Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cool idea for SET commands
Message
From
27/07/2004 10:16:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00928029
Message ID:
00928288
Views:
39
>Guess I'm behind the times, huh?
>
>What would you suggest besides macro sub?

My answer to that was to check if the saved setting was the opposite of what it was forced to be. If so, restore it to such explicitly.
m.lcSafety = set("safety")
SET SAFETY OFF
* Some Code here
IF m.lcSafety = "ON"
   SET SAFETY ON
ENDIF
Previous
Reply
Map
View

Click here to load this message in the networking platform