Difference between revisions of "Manuals/calci/LISTALL"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "listall")
 
 
Line 1: Line 1:
listall
+
<div style="font-size:30px">'''LISTALL (Items,Column)'''</div><br/>
 +
*<math>Items </math> are set of numbers.
 +
*<math>Column </math> specified column number.
 +
 
 +
==Description==
 +
*This function return the list of numbers.
 +
*In <math>LISTALL (Items,Column)</math> ,<math>items</math> are the set of numbers to display.
 +
*<math>Column</math> 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==
 +
#LISTALL([[1,2,3,4,5,6,7],[10,11,13,15,12],[0,7,5,2]],2) = 2  11 7
 +
#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==
 +
*[[Manuals/calci/LIST| LIST]]
 +
*[[Manuals/calci/RADIANSLIST| RADIANSLIST]]
 +
*[[Manuals/calci/DEGREESLIST| DEGREESLIST]]
 +
 
 +
==References==
 +
*[http://www.sqlusa.com/bestpractices/columnlistinalltables/  List Columns]
 +
*[[Z_API_Functions | List of Main Z Functions]]
 +
 
 +
*[[ Z3 |  Z3 home ]]

Latest revision as of 15:13, 21 April 2017

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