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


Columns functions

ClrCol Deletes a column
Cols Number of columns in a table
ColSums Sums of the values of each column
GetCol Copies the column of a table or part of it
RemCol Removes columns from a table