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 15Cols(x)= 4
Gets the number of columns in a table
The Cols function returns the number of columns in a table..
Cols (table)
x=[1..4;12..15]= 1 2 3 4
12 13 14 15Cols(x)= 4