Cols function

Gets the number of columns in a table


Description

The Cols function returns the number of columns in a table..


Syntax

Cols (table)

Examples

x=[1..4;12..15]=  1  2  3  4
12 13 14 15

Cols(x)= 4