To Sentences
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function joins arrays into human readable sentences. '''Word List:''' List of words being...") |
Latest revision as of 20:24, 10 July 2015
This function is an Advanced Text function in the UBot Extended Library.
This function joins arrays into human readable sentences.
Word List: List of words being used to form sentences.
[edit] Example
add list to list(%words,$list from text("Watch, these, bite-sized, sessions, once, you\'ve, made, your, purchase.",","),"Delete","Global") alert($to sentence(%words))
The words in the list are joined together to form a human readable sentence.