Overview | Statement List


在表达式中存储数据

Synopsis

STORE/'expression name',data

Description

Stores numerical data in an expression. If the specified expression does not exist a new expression is created. The expression name can be a string up to 32 characters long. The data value must be a numerical value (either a constant or a variable). The STORE statement cannot be used in a statement with an equal sign (=).

Statement

Assigned Value

STORE/'length',16.7

The expression named "length" receives the value 16.7

Parameters

Parameter

Description

'expression name'

A string or string variable which represents the name of the expression where the data is to be stored.

data

Any numerical data which is to be stored in the specified expression.

 


Copyright ©2015 胡君NX二次开发官网(www.UGapi.com) QQ:85585969 All Rights Reserved.