1) Click a pencil
2) click Help
3) Popup shows all commands.

CURRENT COMMAND LIST
MATH Sign Value
Sign = + - / *
Value = your other value.
PERCENT Min Max
Max = the max value the input can be.
Min = the min value the input can be.
Max Input may also be Dash1 thru Dash20.
SCALE Min Max
Max = the max value the input can be.
Min = the min value the input can be.
ROUND Digits
Digits = to how many digits.
REPLACE Value Replacement
Value = The value you want to replace.
Replacement = The replacement value.
TOCHR
Get the char value of any integer up to 32 bit.
TOHEX
Get the Hex value of any integer.
PAD length Value
Length = how long should the value be.
Value = your padding char (usually ‘0’).
Sign = + - / *
Value = your other value.
PERCENT Min Max
Max = the max value the input can be.
Min = the min value the input can be.
Max Input may also be Dash1 thru Dash20.
SCALE Min Max
Max = the max value the input can be.
Min = the min value the input can be.
ROUND Digits
Digits = to how many digits.
REPLACE Value Replacement
Value = The value you want to replace.
Replacement = The replacement value.
TOCHR
Get the char value of any integer up to 32 bit.
TOHEX
Get the Hex value of any integer.
PAD length Value
Length = how long should the value be.
Value = your padding char (usually ‘0’).
All commands can be edited live while the game is playing!
have fun!

yobuddy
Examples:
Simraceway gives Shift UP and Shift DOWN variables as TRUE and FALSE
But GameDash can convert it to numerical values
Just use the Replace function like this:
Replace True 1
Replace False 0