Rtrim
Summary
The Rtrim function returns a string with trailing blanks removed.
Syntax
Rtrim(<string_exp>) |
Return Type
String
Details
Examples
{fn Rtrim(' 123a b ')}' 123a b'Rtrim(' 123a b ')' 123a b' |
Related Functions
The Rtrim function returns a string with trailing blanks removed.
Rtrim(<string_exp>) |
String
{fn Rtrim(' 123a b ')}' 123a b'Rtrim(' 123a b ')' 123a b' |