Assign statements

Top  Previous  Next

The assign statement is built using the "=" character. Values or expressions can be assigned to variables or function names (return value in FUNCTION statement).

 

Examples:

= 0

sTag = "2"

sMsg = "The tag is " + sTag