Versions Compared

Key

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

...

ParameterDescription
functionA valid RTI_List function: READ, DELETE.
listIDName of the saved list (or Key ID) in the SYSLISTS table.
param1...Each method has different parameter requirements.
param4 
functions
ValueDescription
READReads all the Key IDs from the indicated saved list and returns them as an @FM delimited array.
DELETEDeletes the indicated saved list.
Parameters
FunctionParameters
READNullbAutoDelete - Flag that determines if the saved list should be deleted automatically after the READ function is invoked.
DELETENull

Returns

MethodReturn Value
READAn @fm-delimited array of Key IDs.
DELETENull

...