Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup
Issues a fatal message and causes the entire VLF application to terminate (unless it is being executed in design mode).  
In design mode the message details are presented in the center of the RAMP panel area and the application continues to execute. In execution mode the entire VLF application terminates. 
Syntax
FATAL_MESSAGE(sMessageText1 \[, sMessageText2\] \[, sMessageText3\]...)
Parameters

sMessageText1

Optional. String that contains the first message to be issued.  

sMessageText2

Optional. Other strings that are to be concatenated with the first message string (a separator space is automatically added between each string). 

Wiki Markup
Return Value
None
Example
 
FATAL_MESSAGE("Inventory item ", objListManager.AKey1\[0\] , "was deleted.");