Set command
Set control properties.
set <control-id>
property1=value
property2=value
...
Examples
set greeting value="Welcome back, $USER!"
This command changes value property of text control with greeting ID to Welcome back, $USER!.
Parameters
control-id
Control ID to update properties.