xHarbour Reference Documentation > Command Reference |
Assigns a value to one ore more variables.
STORE <expression> TO <varName,...> or <varName1> := [ <varName2> := ...] <expression>
The STORE command exists for compatibility reasons. It is superseded by the inline-assignment operator (:=).
See also: | :=, GLOBAL, FIELD, LOCAL, STATIC, MEMVAR |
Category: | Memory commands |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com