How to clear text in GuiMLTextCtrl by script?.....
by Raja John · in Torque Game Builder · 03/11/2009 (2:21 am) · 2 replies
my coding for addtext to guimltextctrl is..
and call as..
how to remove any text in GuiMLTextCtrl by script
function addMsg(%string)
{
%new_string = "\n" @ %string;
txt_info.addText(%new_string, false);
}and call as..
addMsg("WELCOME");how to remove any text in GuiMLTextCtrl by script
About the author
Torque Owner Steve D