3.6.4.28 MBar

Shows the matrix objects scroll bar when the input argument is not "C".

The matrix objects scroll bar is useful when there are multiple matrix objects in the same matrixsheet. It allows you to navigate these objects easily.

Definition:

Def MBar
{
if("%1"!="C") page -sps "r[MatObjChooser]{40}r"; else page -sps;
}

Example:

When a matrix is active, the first script shows the matrix objects scroll bar on the top of the chosen matrix, and then the second script closes the matrix objects scroll bar.

MBar;
MBar C;