Hurricane Tutorials are now online!
FAQ Index

How do I add comments to my scripts?


Simply put a ; (semicolon) as the first character on a line in your script.

This will cause AutoCAD to ignore everything after that character until the next line.

Example:
;This script Zooms Extents
ZOOM
E
;This ends the script


Previous Back to Hurricane for AutoCAD - FAQ Next