REVERSE
- Last UpdatedDec 19, 2022
- 1 minute read
The function returns the specified character expression from right to left, instead of left to right.
Syntax
AnsiString REVERSE(s AnsiString)
String REVERSE(s String)
Arguments
-
s
Must be a character string or an expression resulting in a character string.