Numeric variables are prefixed with the pound symbol ( # ):
| Type | Prefix | Example | Notes | |------|--------|---------|-------| | Numeric | # | set #i 20 | Case-insensitive, up to 255 characters | | String | $ | set $s "test string" | Strings are case-insensitive and can be concatenated by writing variables directly together | | Array | % | set %arr[50 1] 544 | Can be 1D or 2D. Access with %arr[50 1] | uopilot script commands
These advanced commands enable the script to "see" the screen and make decisions. Numeric variables are prefixed with the pound symbol