addDescription macro
Use this macro to add a description value to an element that was added before to the UserArea. The call of this macro must immediately follow the call of the macro to add the value because the description is added to the latest element that was added.
addDescription(string description)
This table shows the argument:
Argument | Description |
---|---|
Description | The description that must be added to the element added previously |
Example:
addQuantityValue("StockQuantity",
str$(total.stock), "pcs")
addDescription("The total stock of the item")