| CoreClasses REALbasic Plugin |
|
ObjectSet.GetAt Method
Use this function to get item number n from the set container.
GetAt(
n as Integer) as Object
Parameters
- n
- The item to fetch.
Returns
- Object
Remarks
The Set is 0 based which means the first item is number 0.
See Also
ObjectSet Class