Number of Elements in a Vector

length(v) Returns the number of elements in the vector v.

last(v) Returns the index of the last element in the vector v.

Arguments:

Notes:

QuickSheet