RepeatInsertStr

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

RepeatInsertStr


 

Insert characters repeatedly at regular intervals.

 


syntax

RepeatInsertStr(

         str,

         index,

         insertstr

         [,supportmultibyte = FALSE]

         )

 


Parameters

 

str

 

Type:

character

 

The string to be inserted.

 

index

 

Type:

Number

 

Inserts characters at specified character intervals (number of bytes).

 

insertstr

 

Type:

character

 

The string to insert.

 

supportmultibyte

 

Type:

Boolean

 

Whether multibyte characters are supported.

 

Return Value

 

 

Type:

character

 

The string after insertion.

 


hmtoggle_plus1Explanation

 

 


Supported


Script Action

Browser script

×

Calculation Expression Syntax

 

 


reference