<< Click to Display Table of Contents >>
Manual > Control Reference > Route > Route Methods >
Returns the line feed character.
syntax
RET()
Return Value
Type:
character
Line feed code (0x0a).
Explanation
Returns the line feed code character. Same behavior as Chr(0x0a).
Example
var va = ::RET(); // Same as ::Chr(0x0a)
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
InsertStr
RepeatInsertStr
CombineStr
DivideStr
TrimLeftStr
TrimRightStr
UpperStr
LowerStr
ReplaceStr
ReverseStr
CStrToArray
CArrayToStr
CCsvToArray
CArrayToCsv
Chr
Ascii
RET
IntStrs
IsFullWidthChar
MeasureStr