Versions Compared

Key

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

...

This example adds an entry to the list and uses SetValueAt to apply a value to the a cell.

     Add_Entry to_list(#List)
#List.CurrentItem.SetValueAt( #Row #Value ))

...