xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

STORE

Assigns a value to one ore more variables.

Syntax

STORE <expression> TO <varName,...>

or

<varName1> := [ <varName2> := ...] <expression>

Arguments

<expression>
The value of <expression> is assigned to the variables specified with <varName>.
TO <varName,...>
The symbolic names of variables to assign a value to is specified as a comma separated list. Variables that do not exist are created as PRIVATE variables.

Description

The STORE command exists for compatibility reasons. It is superseded by the inline-assignment operator (:=).

Info

See also::=, GLOBAL, FIELD, LOCAL, STATIC, MEMVAR
Category: Memory commands
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe