Abort (open)

Signal a fatal error

Syntax

// Core function, no LOADLIB necessary

MACRO Abort(VARIANT errordata, STRING format)

Parameters

VARIANT errordata

Error to display to the user of the script, or data to format

STRING format

Data format to use, as passed to AnyToSTring. If ommitted or empty, print string values as string, other values as whatever seems reasonable

Description

Abort the currently run script, and generate an error message describing the problem