|
|
Stores the given category and value in SMI.
Syntax
| Smartsite SXML |
|
|---|---|
smi.store(string category, string value) smi.store(string category, string value, integer itemNumber) smi.store(string categoryGroup, string category, string value) smi.store(string categoryGroup, string category, string value, integer itemNumber) |
|
Parameters
| Name | Data Type | Description |
|---|---|---|
| category | String | The category of the event you wish to store. |
| value | String | The value in the category you wish to store. |
| itemNumber | Integer | The item number on which the event takes place. |
| categoryGroup | String | The group to which the category belongs. |
Return Value
None.