Versions Compared

Key

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

...

MethodDescription
SRP_List_AddAdds an element to the end of an SRP List.
SRP_List_CreateCreates an SRP List.
SRP_List_CreateFromFastArrayCreates an SRP List initialized to a list within the given SRP Fast Array.
SRP_List_CountGets the number of elements in the list.
SRP_List_GetAtGets the element from an SRP List at the given index.
SRP_List_GetVariableConverts an SRP List back into a BASIC+ variable.
SRP_List_InsertAtInserts an element into an SRP List at the given index position.
SRP_List_MatchFinds the index of the first element from the starting index that matches the given string.
SRP_List_LocateLocates a value in an SRP List.
SRP_List_ReleaseReleases the handle to an SRP List.
SRP_List_RemoveAtRemoves an element from an SRP List at the given index position.
SRP_List_SetAtSets an element into an SRP List at the given index position.

...