REVERSE
Returns the characters of a text string in reverse.
value | The text string you want to reverse. |
reverse_words | (Optional) A logical value indicating whether to reverse words or characters: True = reverse the words instead of the characters False = reverse the individual characters (default) |
Remarks
* If "reverseWords" is left blank, then False is used.
* The equivalent VBA function is REVERSE
|
1 - What is the text string "some text" with the characters reversed.
2 - What is the text string "better solutions" with the characters reversed.
3 - What is the text string "some text" with the words reversed.
4 - What is the text string "better solutions" with the words reversed.
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext