Sub: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
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. | For disambiguation purposes, see also the [[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 the Substitute config specification.