Manuals/calci/LISTALL

LISTALL (Items,Column)


  • are set of numbers.
  • specified column number.

Description

  • This function return the list of numbers.
  • In   ,  are the set of numbers to display.
  •   is the particular column number to show the values.
  • So this function shows all the numbers in the list with in the given column.

Examples

  1. LISTALL([[1,2,3,4,5,6,7],[10,11,13,15,12],[0,7,5,2]],2) = 2 11 7
  2. LISTALL([[7,2,10,6,23,76,19,-2],[-2,9,6,9.2,78,10,12],[2,8,5,10.2,8]],3) = 10 6 5

See Also

References