The CTX type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() ![]() | ListIndex |
Lookup list by index offset.
If the index is negative, the resolved index starts backwards from end of list. If an index is out of bounds, a parameter error will be returned. Examples:
|
![]() ![]() | ListRank |
Lookup list by rank.
|
![]() ![]() | ListValue |
Lookup list by value.
|
![]() ![]() | MapIndex |
Lookup map by index offset.
If the index is negative, the resolved index starts backwards from end of list. If an index is out of bounds, a parameter error will be returned. Examples:
|
![]() ![]() | MapKey |
Lookup map by key.
|
![]() ![]() | MapRank |
Lookup map by rank.
|
![]() ![]() | MapValue |
Lookup map by value.
|
See Also