nxa.AddVar
Description
This function adds a global variable within the LUA engine. The data is not persistent i.e. it is lost after server restart.
Signature
nxa.AddVar (string, nxa.type)
Parameters
Name | Type | Mandatory/Optional | Description |
---|---|---|---|
 | string | M | name of the variable |
 | nxa.type | M | Data type of the variable (e.g.nxa.String) |
Return
None.