docs » cp.rx.go.List
Extends: Statement
A Statement that will loop through a table as a list from item 1
to the table length.
- Constructors - API calls which return an object, typically one that offers API methods
- List
- Methods - API calls which can only be made on an object returned by a constructor
- Sorted
- SortedBy
Signature | cp.rx.go.List(values) -> List |
---|---|
Type | Constructor |
Description | Creates a new List Statement that will loop through the provided table as a list. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.List:Sorted() -> List.Sorted |
---|---|
Type | Method |
Description | Indicates the List should be sorted by its natural order before being sent out individually. |
Parameters |
|
Returns |
|
Signature | cp.rx.go.List:SortedBy(...) -> List.SortedBy |
---|---|
Type | Method |
Description | Indicates the List should be sorted by the provided function . |
Parameters |
|
Returns |
|