Reverse Text
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This command reverses the text it is given. '''Text to Reverse:''' The text being reversed. Can ...") |
Revision as of 15:40, 14 June 2015
This function is an Advanced Text function in the UBot Extended Library. This command reverses the text it is given.
Text to Reverse: The text being reversed. Can also be a variable, list item, table cell or a function.
Example
alert($reverse text($account data("Last Name")))
The last name "Norman" is produced by the account data function.
Running the alert command will reverse the text.