<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Create an array with the same values.
syntax
RepeatValue(
val,
count
)
Parameters
val
Type:
General purpose
value.
Number
Number of arrays.
Return Value
character
The generated value.
Explanation
Example
Example 1)
var a = ::RepeatValue("ABC", 5); // c("ABC","ABC","ABC","ABC","ABC")
Example 2)
var a = ::RepeatValue(c(1,2), 3); // c(c(1,2), c(1,2), c(1,2))
Supported
○
Script Action
Can be used in server script Ver2 actions
Browser script
Can be used in browser scripts
×
Calculation Expression Syntax
Can be used in expression syntax (e.g. bind syntax)
reference
SelectVal (SV)
GetRemainder
Nums
RepeatValue
SortValue
GetUniqueValue
IsExist