InsertTableRow

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

InsertTableRow


 

Inserts a row into a table array variable.

 


syntax

InsertTableRow (

         index,

         value1,

         value2

         )

 


Parameters

 

index

 

Type:

Number

 

A number indicating which row of value1 to insert. If you specify 0, it will be inserted before the first row.

 

value1

 

Type:

value

 

The value to be inserted. It must be a two-dimensional array or a null value (#NOTHING#).

 

value2

 

Type:

value

 

The values to insert. Must be a one or two dimensional array.

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference