Cell: Difference between revisions

From BR Wiki
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 single section of a [[Grid and List|Grid or List]].
A READ type for [[Grid and List|Grids only]] that reads each cell specified. For example:


[[Category:Terminology]]
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