Definition:
StrReverse(string)
Description:
Return a reversed copy of the specified string.
Platforms:
All
Parameters:
string - required
The string to be reversed.
Returns:
String containing the specified character.