Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The code below produces the following result

 
Code Block
declare function Get_Property
declare subroutine Set_Property
retval = Get_Property(@window : '.RADIO_1','VALUE')
/* retval contains the value 2 (for Undecided) */
Set_Property(@window : '.RADIO_1', 'VALUE', 0)
/* the first button, with value 0 (for Agree) is
selected. */