strrev( param )


Parameters

  Type Description
param string string to reverse

_result

Set to a new string value.

Descriptions

Sets _result to the reversal of the characters in param. If param is not a string an error is produced.

In the example below the print command appends "olleH" to the print log.

strrev( "Hello" )
print( _result )

See Also

strlen, strins, strmid, strfind, strbreak, strspan, stricmp, strtrim, strlower, strupper