Input to TSL

How can I give input to a TSL script(like scanf() in C)?

Questions by v_srivatsava   answers by v_srivatsava

Showing Answers 1 - 6 of 6 Answers

prathu

  • Mar 18th, 2008
 

syntax:
set_window(window,time);
obj_type(object,input);

example:

set_window("New Class",5);
obj_type("ThunderRT6TextBox","abcxyz");


  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions