May 1995
Beginner
508 pages
16h 14m
English
StrReverse Function
StrReverse(str_expression)str_expression
Use: Required
Data Subtype: String
The string whose characters are to be reversed.
A String.
Returns a string that is the reverse of the string passed to it. For
example, if the string “and” is passed to it as an
argument, StrReverse returns the string
“dna.”
If str_expression is a zero-length string
(“”), the function’s return value is a zero-length
string.
If str_expression is
Null, the function generates runtime error 94,
“Invalid use of Null.”
Read now
Unlock full access