Equinox Online Help - Language Reference - A to Z
VectorSize |
|
|---|---|
| Applies to | ![]() |
| Syntax | VectorSize (vector) |
| Action | [Function] Returns the size of a vector. |
| Scope | Usable anywhere |
| Notes | This function returns the number of elements contained within a particular vector. A vector is effectively an array expression specified by the vector parameter. |
| Category | Arrays |
| See Also | ArrayGetDimensions, ArraySetDimensions, ArraySort, Vector |
| Example | This example shows two possible vectors for a two dimensional array. Int S[5][10] |
