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) ...")
 
No edit summary
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 [[Substitute]] config specification.


<noinclude>
<noinclude>

Revision as of 19:13, 16 October 2013

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 Substitute config specification.