|
Matrix Functions |
Top Previous Next |
|
Summary MatrixSet("MatrixName[Column,Row], "Image Index") sets an image (represented with image index) into a cell that addressed with Column & Row. MatrixGet("MatrixName[Column,Row], "VariableName") reads image index from a cell that addressed with Column & Row. The image index is then stored in VariableName as an integer value. MXCOL ===> Returns current column MXROW ===> Returns current row Now, we can set any of images in a addressed cell.
What about reading from matrix?
How can we know which cells is active (in other words selected by user)? There are two variables that always represent current Column & current Row.
| |||||||||||||||||||||||||||||||||