protocol:
method parameters:
string val result:
none description:
ctl . set_value(val)
set value of control 'ctl' to 'val'
example:
To write the string 'hello' to the textbox called 'my_textbox' which is present on the current framethis . frame . my_textbox . set_value("hello")