Assign statements

Navigation: Contents   Index   Previous   Next

Assign statements

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."

Navigation: Contents   Index   Previous   Next

  • EN
  • DE
  • ES
  • FR
  • IT