aaMessageInsert
- Last UpdatedMar 18, 2021
- 1 minute read
Inserts a message for a discrete tag.
Syntax
aaMessageInsert Message0, Message1
where:
|
Argument |
Description |
|---|---|
Message0 |
The message associated with the FALSE state of the discrete tag. The maximum number of characters is 64. A discrete tag set to 0 is in the FALSE state. This value is of data type nvarchar(64), with a default of NULL. |
|
Message1 |
The message associated with the TRUE state of the discrete tag. The maximum number of characters is 64. A discrete tag set to 1 is in the TRUE state. This value is of data type nvarchar(64), with a default of NULL. |
Permission
Execute permission defaults to the aaPowerUsers and aaAdministrators groups.