Dialog Message


Category: User Interaction   
Command: dialog.msg   
Description   

Set the message displayed in the main body of the dialog.

  
Parameters   

msg

Text that appears in the main body the dialog. This can be a simple string or a lookup in a message table in the form of @table@msg@ or @table@@id@.

  
Example Code   

dialog.msg "Are you sure?"

  
Remarks   

None

  
Queryable? Unknown