<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Insert characters.
syntax
InsertStr(
str,
index,
insertstr
)
Parameters
str
Type:
character
The string to be inserted.
index
Number
The index of the character to insert. Specify 0 to insert at the very beginning.
The string to insert.
Return Value
The string after insertion.
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
StrLen
MBStrLen
LeftStr
RightStr
MidStr
FindStr
IsLike
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReplaceStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr