Manuals/calci/LISTALL
Jump to navigation
Jump to search
LISTALL (Items,Column)
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Items } are set of numbers.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Column } specified column number.
Description
- This function return the list of numbers.
- In Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle LISTALL (Items,Column)} ,Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle items} are the set of numbers to display.
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Column} 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