IntStrs

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

IntStrs


 

Generates an array of consecutive numeric characters (integers).

 


syntax

IntStrs(        

         startValue,

         count

         [,width = 0]

         [,header]

         [,footer]

         [,inc = 1]

         )

 


Parameters

 

charcode

 

Type:

Number

 

The starting value (integers only).

 

count

 

Type:

Number

 

Quantity.

 

width

 

Type:

Number

 

Total number of characters. If the number of characters is insufficient, 0s are added to the beginning. If width is 0, nothing is added.

 

header

 

Type:

character

 

The character to prepend.

 

footer

 

Type:

character

 

The character to append to the end.

 

inc

 

Type:

Number

 

The number to increment.

 

Return Value

 

 

Type:

Number (array)

 

The generated numeric array (one-dimensional array).

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

Calculation Expression Syntax

 

 


reference