Skip to main content

Module array_fns

Module array_fns 

Source

Functions§

columns_fn
COLUMNS(array) — returns the number of columns in the array.
index_fn
INDEX(array, row, [col]) — returns the element at (row, col) (1-based).
rows_fn
ROWS(array) — returns the number of rows in the array.