DelTableRow

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

DelTableRow


 

Deletes a row from a table array variable.

 


syntax

DelTableRow (

         index,

         count,

         value

         )

 


Parameters

 

index

 

Type:

Number

 

A number indicating which row of value to delete. If 0 is specified, the first row will be deleted.

 

count

 

Type:

Number

 

The number of rows to delete.

 

value

 

Type:

value

 

The value to be removed. Must be a two-dimensional array or a null value (#NOTHING#).

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference