CGrid:Get
The Get method returns grid cell value. The value may be interpreted as a number or a string
Value = CGrid:Get( nCol, nRow )
Where nCol, and nRow are the coordinates of the cell to get.
On success, Value is returned and may be interpreted as a number or string.
On failure, nil is returned.
The following script returns the cell contents in (column 5, row 10):
|
-- Create a CGrid object |
-- assemble the grid |
|
|
-- return the value in cell (5,10) as a string |
|
-- list the string value. |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.