Navigation: Contents Index Previous Next
Assign statements (assign a value or expression result to a variable or object property) are built using "=".
Examples:
MyVar = 2
Button.Caption = "This " + "is ok."