Strrev

From Bennu Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


Definition

STRING strrev ( <STRING str> )

Returns a reversed version of a certain string, meaning the characters are in reversed order.

Parameters

STRING str - The non reversed string.

Returns

STRING : The reversed string.


Strings Functions
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase()