Statistica Visual Basic Library of Matrix Functions - MatrixWrite (FileName$, Matrix)

Parameter Description
FileName$ name of output text file
Matrix name of source data matrix (see Arrays in functions)

The MatrixWrite function will write the specified Matrix (see Arrays in functions) into a text file. In the text file, columns will be delimited by tabs, and rows will be delimited by carriage returns.

Related topics
MatrixRead, ScrollsheetSetMatrix. For more information on using arrays, see Arrays in functions. For a complete list of matrix functions, see Statistica Visual Basic library of matrix functions.