Changes

Jump to navigation Jump to search
103 bytes added ,  07:48, 14 February 2020
no edit summary
Line 5: Line 5:  
*Flattens the cells of a multi-dimensional array into a one-dimensional vector.
 
*Flattens the cells of a multi-dimensional array into a one-dimensional vector.
 
*Flat data is described as data which contains values in all cells within the table.
 
*Flat data is described as data which contains values in all cells within the table.
 +
 +
 +
==Examples==
 +
*FLATTEN([[1,2,3],[9,8,10],[17,13,21]]) = 1  2  3  9  8  10  17  13  21
 +
    
== See Also ==
 
== See Also ==
writer
6,694

edits

Navigation menu