Complete list of variables:
Global variables: can be either strings (text) or number (available in all layouts)
Local variables: can be either strings (text) or number (available in a certain part of an event sheet)
Instance variables: Can be either strings (text), number or boolean (true,false) (available for objects)
You can decide the name of the variables yourself and choose which type of variable you'd like it to be..