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")
 
m (moved CELL to Cell over redirect)
 
(One intermediate revision by one other user not shown)
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>

Latest revision as of 16:57, 25 February 2014

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