assign

Declaration

assign (var1, var2: VARIANT)

Description

Assigns the value of var2 to var1. You will never need to call this function directly, use the := construct instead.

See Also

system functions