Get Cell State - SENDMSG() Function 114 BBj
Syntax
State$=SENDMSG(sysgui,id,114,0,cell${,context{,ERR=lineref}})
Description
This function returns the text in a cell specified in the cell$ parameter.
Parameter |
Description |
sysgui |
SYSGUI channel. |
id |
Grid Control ID. |
114 |
Number of this SENDMSG() Function. |
0 |
Always 0. |
cell$ |
A templated string using template "col:u(2),row:u(4)" |
Returns: $01$ if cell is checked or depressed, $00$ if not checked or undepressed.