Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| user_variables [2020/05/10 03:35] admin removed | — (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== User Variables ===== | ||
| - | |||
| - | // | ||
| - | |||
| - | ---- | ||
| - | ==== Create User Variable ==== | ||
| - | User variables are created automatically by using it. For example the following mScript will create the variable if it does not exist yet and set its value: | ||
| - | |||
| - | <action code=" | ||
| - | |||
| - | ---- | ||
| - | ==== Retrieving User Variables ==== | ||
| - | You can retrieve the value for a variable with " | ||
| - | |||
| - | <log msg=" | ||
| - | |||
| - | User variables can be retrieved using a token syntax as well: | ||
| - | |||
| - | <log msg=" | ||
| - | |||
| - | Please be aware that there is a little bit overhead in using the token syntax. | ||
| - | |||
