info("matrixseparator")

The info(“matrixseparator”) function function returns the separator associated with the current matrix.


Description

This function returns the separator associated with the current matrix. This function is only valid if a formula has been defined for this Matrix Object.

The formula below could be used in a Text Display object to display the data and the cell number and position, for example Orange [4 of 17].

info("matrixcelldata")+" [" str(info("matrixcell"))+" of  "+
    str(arraysize(info("matrixdata"),info("matrixseparator"))+"]"

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.