protocol:
method parameters:
none result:
string description:
val = ctl . get_value()
set 'val' to value of control 'ctl'
example:
To read the string from the textbox called 'my_textbox' which is present on the current frameval = this . frame . my_textbox . get_value()