On 2/26/2010 5:02:36 AM, m_armstrong wrote:
== The only thing I don't under is how the zero after both of the lookup brackets has stopped the result being nested.
The lookup family functions return an array. In the particular instance of your example, they will return a single-element array, which is effectively a single-element vector and therefore only needs a single index to return the value.
Stuart