Word Count
From UBot Studio
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.
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.