Page History
...
Method | Description | Added | ||
---|---|---|---|---|
Add | Adds an element to the end of an SRP List. | |||
Clear | Removes all values from an SRP List. | 2.1.10 | ||
Count | Gets the number of elements in the list. | |||
Create | Creates an SRP List. | |||
CreateFromFastArray | Creates an SRP List initialized to a list within the given SRP Fast Array. | Count | Gets the number of elements in the list. | |
GetAt | Gets the element from an SRP List at the given index. | |||
GetVariable | Converts an SRP List back into a BASIC+ variable. | |||
InsertAt | Inserts an element into an SRP List at the given index position. | |||
Locate | Locates a value in an SRP List. | |||
Match | Finds the index of the first element from the starting index that matches the given string. | |||
Reduce | Creates a new list containing only those elements that match the given string. | |||
Release | Releases the handle to an SRP List. | |||
RemoveAt | Removes an element from an SRP List at the given index position. | |||
SetAt | Sets an element into an SRP List at the given index position. |
...