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
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |