Previous PageNext Page

8.4.74 StrReverse Function

Returns a string in which the character order of a specified string is reversed.
 

Syntax

StrReverse(string1)

Arguments

string1
The string whose characters are to be reversed. If string1 is a zero-length string (""), a zero-length string is returned. If string1 is Null, an error occurs.

Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page