InsertStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

InsertStr


 

Insert characters.

 


syntax

InsertStr(

         str,

         index,

         insertstr

         )

 


Parameters

 

str

 

Type:

character

 

The string to be inserted.

 

index

 

Type:

Number

 

The index of the character to insert. Specify 0 to insert at the very beginning.

 

insertstr

 

Type:

character

 

The string to insert.

 

Return Value

 

 

Type:

character

 

The string after insertion.

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference