Sub: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The READ type for Grids only that returns the Cell Subscript Values. For example: 00220 MAT subscr(cells) ...")
 
m (moved SUB to Sub over redirect)
 
(2 intermediate revisions by one other user not shown)
Line 4: Line 4:
  00230 INPUT FIELDS "10,20,GRID 10/80,SUB,CHG,NOWAIT": MAT subscr ! read subscripts
  00230 INPUT FIELDS "10,20,GRID 10/80,SUB,CHG,NOWAIT": MAT subscr ! read subscripts


For disambiguation purposes, see also the [[Substitute]] config specification.


<noinclude>
<noinclude>

Latest revision as of 16:58, 25 February 2014

The READ type for Grids only that returns the Cell Subscript Values. For example:

00220 MAT subscr(cells)                                         ! redimension
00230 INPUT FIELDS "10,20,GRID 10/80,SUB,CHG,NOWAIT": MAT subscr ! read subscripts

For disambiguation purposes, see also the Substitute config specification.