MC-Basic:error.NUM

From SoftMC-Wiki
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