Words
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function returns a list of words from a specified text. '''Text:''' The sentence the words ...") |
Latest revision as of 21:12, 29 June 2015
This function is an Advanced Text function in the UBot Extended Library. This function returns a list of words from a specified text.
Text: The sentence the words will be returned from.
[edit] Example
add list to list(%words,$list from text($words("Visit the UBot Studio Wiki for frequently updated information on UBot Studio commands, features, and ideas for use!"),$new line),"Delete","Global")
Running the function within the list from text function inside the add list to list command will break the words in the sentence into list items.