March 2003
Intermediate to advanced
512 pages
14h 30m
English
StrReverse Function
StrReverse(str_expression)str_expressionUse: Required
Data Type: 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