Sub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision 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 [[Substitute]] config specification. | 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.