PDA

View Full Version : Control characters that can be used in script files.



ron.hodkins
2004-09-09, 06:53 PM
I'm new to this. Don't know if this is the proper forum....but here goes.

What is a good resource for control characters for script files.

I'm currently trying to write a script where, after user input, I want to resume the script.

mjfarrell
2004-09-09, 07:07 PM
The Help file offers this:

Command line: resume (or 'resume for transparent use)

You can interrupt a macro script that is running by pressing ESC or BACKSPACE. Any error encountered while processing input from a script file causes the script to be suspended. If a script is suspended while AutoCAD is active, you can use RESUME to continue the script.


I think it is a slash \ to pause for user input

Mike.Perry
2004-09-09, 08:39 PM
Hi

Check out the following links -

Scripts from Flat Mtn (http://www.flatmtn.com/cad/script.html)

AutoCAD 2004 Customization Tutorial: Modifying Objects with Scripts (http://www.caddigest.com/subjects/autocad/tutorials/select/parsai_modify_objects.htm)

Tutorials from Easten Virgina AutoCAD users Group (http://www.evaug.com/tutorial.asp)

Have a good one, Mike