Array | Array of real number values to write to table. |
Value | Number of rows in each column. |
Function | WRITE_T_O_TABLE_REALS ({1,2,3,4,5,6,7,8}, 2) |
Result | 1 |
Writes to file | 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 |
Important: | Filenames are case sensitive and parameters are not case sensitive. |