read(row, col)

Returns the contents of the quadrille cell at (row, col). Returns undefined if the cell doesn’t exist.

Syntax #

read(row, col)

Parameters #

ParamDescription
rowNumber: col number of the cell to be read [0..height]
colNumber: row number of the cell to be read [0..width]