Difference between revisions of "MC-Basic:error.NUM"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Axystems:" to "")
 
Line 34: Line 34:
  
 
|SEE ALSO=
 
|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]]
+
* [[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]]
 
* [[MC-Basic:error.MSG|error.MSG]]
 
* [[MC-Basic:error.MSG|error.MSG]]
  
 
[[Category:MC-Basic:Error Handling|error.NUM]]
 
[[Category:MC-Basic:Error Handling|error.NUM]]
 
}}
 
}}

Latest revision as of 12:22, 11 March 2018

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