OS_FatalAppExit

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > OS (Operating System) >

OS_FatalAppExit

 

Description

 

Opens message box reporting a fatal app exit and then terminates the script execution immediately.

 

Syntax

 

OS_FatalAppExit(message)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

message

String

No

message to be displayed before script ends

 

Remarks

 

Restrictions

 

See also

 

Examples