Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user_variables [2020/04/26 03:33] 127.0.0.1 external edit |
— (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. | ||
- | |||