Character List
From UBot Studio
				
								
				(Difference between revisions)
				
																
				
				
								
				|  (Created page with " This function is an Advanced Text function in the UBot Extended Library. This function will returns a list of individual characters within a string.  '''Text:''' The stri...") | 
Latest revision as of 16:42, 14 June 2015
This function is an Advanced Text function in the UBot Extended Library. This function will returns a list of individual characters within a string.
Text: The string being evaluated. Can also be a variable, list item, table cell or a function.
[edit] Example
add list to list(%mylist,$list from text($character list("UBot Studio"),$new line),"Delete","Global")
Running the alert command will return the list of all the characters in the string.

