Revar

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

Revar


 

Redeclare an array of variables.

 


syntax

Revar(        

         v,

         e1

         [,e2]

         [,e3] ...

         )

 


Parameters

 

v

 

Type:

value

 

The variable that modifies the array.

 

e1

 

Type:

Number

 

The number of elements in the first dimension.

 

e2

 

Type:

Number

 

For a two-dimensional array, the number of elements in the second dimension.

 

e3

 

Type:

Number

 

For a three-dimensional array, the number of elements in the third dimension.

 

...        ...        ...

 

Return Value

 

 

Type:

value

 

The variable that was changed.

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference