MC-Basic:error.NUM

From SoftMC-Wiki
Revision as of 10:58, 22 May 2014 by Miborich (talk | contribs) (Text replace - "Axystems:" to "")
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

  • [[MC-Basic:COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER|COMMON or DIM SHARED var name AS NOTE or ERROR ascii <NUMBER]]
  • error.MSG