Versions Compared

Key

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

...

See also

RECORD property

Example

 

Code Block
// Retrieve the contents of the screen, change a field and reset the screen
atrecord = Get_Property(@window, 'ATRECORD')
atRecord<2> = 'Ralph Waldo Emerson'
atrecord = Set_Property(@window, 'ATRECORD',atRecord)