Word Count
From UBot Studio
(Difference between revisions)
(Created page with " This function is an Advanced Text function in the UBot Extended Library. This function returns the number of words in text. '''Text:''' The word or sentences being count...") |
Latest revision as of 22:50, 28 June 2015
This function is an Advanced Text function in the UBot Extended Library. This function returns the number of words in text.
Text: The word or sentences being counted.
[edit] Example
alert($word count("UBot Studio"))
Running the alert command runs the word count function for the value "UBot Studio". The word count is 2.