Cell: Difference between revisions
Jump to navigation
Jump to search
(Created page with "A single section of a Grid or List. Category:Terminology") |
No edit summary |
||
Line 1: | Line 1: | ||
A | A READ type for [[Grid and List|Grids only]] that reads each cell specified. For example: | ||
[[Category: | 00240 MAT data$(cells) ! redimension | ||
00250 INPUT FIELDS "10,20,GRID 10/80,CELL,CHG,NOWAIT": MAT data$ ! read changes | |||
<noinclude> | |||
[[Category:Grid and List]] | |||
[[Category:All Parameters]] | |||
</noinclude> |
Revision as of 18:12, 16 October 2013
A READ type for Grids only that reads each cell specified. For example:
00240 MAT data$(cells) ! redimension 00250 INPUT FIELDS "10,20,GRID 10/80,CELL,CHG,NOWAIT": MAT data$ ! read changes