MC-Basic:error.NUM

From SoftMC-Wiki
Revision as of 12:22, 11 March 2018 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This query returns the number of the user-defined exception.

Syntax

?<user exception>.Num

Availability

All versions

Type

Long

Scope

Task or Terminal

Limitations

Read only. <user exception> must be defined.

Examples

?myerror.num                                  'assuming myerror was defined by the user.

See Also