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

From SoftMC-Wiki
Jump to: navigation, search
 
Line 28: Line 28:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read only. ''<user exception>'' must be defined.
+
Read only. <br>
 +
''<user exception>'' must be defined.
  
 
|EXAMPLE=
 
|EXAMPLE=

Latest revision as of 12:32, 15 January 2019

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

Syntax

?<user exception>.Msg

Availability

All versions

Type

String

Scope

Task or Terminal

Limitations

Read only.
<user exception> must be defined.

Examples

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

See Also