The 'EditBoxSelectAll' function changes the current text of EditBox object into a new text.
void @EditBoxSetText(string class_name, string text);
Parameters
string class_name : class name of ComboBox object
string text : text that you want to set
Return Value
none
Example
@EditBoxSetText("EditBox1","autobase");
Description : 'autobase' is stored in 'EditBox1'.
Reference