Versions Compared

Key

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

...

STATUSLINE property

Example

 
Code Block
* capture text results of list_users in the edit box EDITBOX_RESULTS.
 
declare function get_property
declare subroutine set_property
 
Set_Property ("SYSTEM", "RECEIVER", @window: ".EDITBOX_RESULTS")
Set_Property (@window: ".EDITBOX_RESULTS", "TEXT", "")
Call List_Users("")
Users = Get_Property (@window: ".EDITBOX_RESULTS", "TEXT")
 
* reset the receiver property to null.
Set_Property ("SYSTEM", "RECEIVER", "")