Difference between revisions of "Halt"

From Wiki
Jump to: navigation, search
(No difference)

Revision as of 22:20, 13 August 2005

halt

Flow Control

Synopsis

halt

Description

The halt command ends the execution of the script. The script cannot be restarted. This command does exactly the same as stop.

Example

if #findcnt < %amountNeeded
	halt

See Also

stop

Main_Page Documentation

Flow Control