Technical support and scripting issues
Moderators: JRL, Dorian (MJT support)
-
armsys
- Automation Wizard
- Posts: 1108
- Joined: Wed Dec 04, 2002 10:28 am
- Location: Hong Kong
Post
by armsys » Mon Feb 07, 2011 12:44 am
There are many excellent sample scripts found in %userprofile%\Documents\Macro Scheduler 12. What's .fol?
For example, Dialogs - Screen Magnifier.fol contains the following statement:
232:701:7:22:Dialog>Dialog1
What does it mean?
Thanks.
-
JRL
- Automation Wizard
- Posts: 3532
- Joined: Mon Jan 10, 2005 6:22 pm
- Location: Iowa
Post
by JRL » Mon Feb 07, 2011 3:42 am
ScriptName.FOL files are the editor code folding state files. If you open the editor and fold the code then save the script the .FOL file will be created. The editor then knows the state of the last code folds and can return to the last saved state.
-
armsys
- Automation Wizard
- Posts: 1108
- Joined: Wed Dec 04, 2002 10:28 am
- Location: Hong Kong
Post
by armsys » Mon Feb 07, 2011 4:10 am
JRL,
Thanks for your explanation.