Dialog Message Argument
| Category: User Interaction | ||
| Command: dialog.msgArg | ||
| Description | ||
|
Set an arugment of message assigned to the dialog. This only works with messages pulled from message tables.
|
||
| Parameters | ||
|
arg
Argument to replace in the message string. To replace %1, use 1, etc.
datatype
Datatype of the value being set. This can be any of the supported datatypes, such as "integer", "string", "float", etc.
value
The new value itself. This should be of the same type as the datatype argument.
|
||
| Example Code | ||
|
dialog.msgArg 1 string "Really sure?"
|
||
| Remarks | ||
|
None
|
||
| Queryable? Unknown |