Manuals/calci/LISTALL

Revision as of 15:13, 21 April 2017 by Devika (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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