Statistica Visual Basic Library of Matrix Functions - NewScrollsheet (?NoOfRows, ?NoOfColumns, Array, ?Title$, ?RowNames$, ?ColumnNames)
Note this function exists solely for backward compatibility with Statistica BASIC programs that were created in early versions of Statistica (i.e. 5.5 and earlier).
Parameter | Description |
?NoOfRows | number of rows in the new scrollsheet. Can be 0 (or -1) to use the number of rows in 'Array' |
?NoOfColumns | number of columns in the new scrollsheet. Can be 0 (or -1) to use the number of columns in 'Array' |
Array | variable or array with values to place in the new scrollsheet (see also Arrays in functions) |
?Title$ | string for title(s) of the scrollsheet. Up to three titles can be specified by a delimited string (see, Passing lists of strings to SVB functions) |
?RowNames$ | delimited string containing the row names (see, Passing lists of strings to SVB functions) |
?ColumnNames$ | delimited string containing the column names (see, Passing lists of strings to SVB functions) |
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.