Navigation:  Classes > bCodeblock >

bCodeblock:ArgumentValues

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

The values of the defined argument list.

Class

bCodeblock

Type

Access / Assign

Data Type

Array

Description

bCodeblock:ArgumentValues defines the values of the variables which can be used within the source code. The access is in direct  correlation with the access bCodeblock:ArgumentList. For every variable name in the argument list, a value must be defined in this array.

 

After creating a bCodeblock object the access contains an one element array with the defined data server.

 

Important notes!
The order of the values in the array must be in the same the order as the variable names in the access bCodeblock:ArgumentList.

 

The access is used to passed the variable values to the codeblock when it is evaluated.

Samples

See Samples bCodeblock:ArgumentList.

See Also

bCodeblock:ArgumentValues

bCodeblock:Compile()

bCodeblock:CreateCodeblock()

bCodeblock:Expression

bCodeblock:GetArgumentPos()

bCodeblock:Server

 


Page url: http://www.YOURSERVER.com/index.html?bcodeblock_argumentvalues.htm