Hurricane Tutorials are now online!
FAQ Index

How do I "slow-down" a script?


There will be the odd time when you want to slow the execution of your scripts down.
(I often using it when debugging lengthy scripts)

The command you are looking for is DELAY

The proper syntax is:

DELAY x

Where x is a number between 0 and 32767.

Entering DELAY 1000 in your script delays the start of execution of the next command for about one second.

NB - The longest delay available is 32767, which is slightly less than 33 seconds


Previous Back to Hurricane for AutoCAD - FAQ Next