Please enable JavaScript to view this site.

Validity: Rule, Task

Allows a variable to be assigned the value of a constant, either a variable or an expression.

Syntax

var = valueS

var = varS

var

Destination variable

valueS

Constant value or source expression

varS

Source variable

NOTE: Assigning to an integer variable a real value, it will result in truncation of the decimal part; if the value is too large to be represented in the integer variable, the result will be unpredictable.

Examples:

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC