Carrot reference
Operators
[ ](array)
Access a given expression as an array, and return a defined position on that array.
expression[#]
- expression - a value that can be referenced as a list or object.
- # - the ordinal index to target within the array.
grants[0].shares accesses grants as an array to get the number of shares of the first grant issued.
Updated 04 Oct 2023
Did this page help you?