Difference between revisions of "*IN array"
From MidrangeWiki
m |
m |
||
Line 1: | Line 1: | ||
[[Category:RPG]] | [[Category:RPG]] | ||
− | The *IN Array is a automatically generated array of 99 single character elements that contains the respective value of the [[indicators]]. | + | The *IN Array, in [[RPG]] programs, is a automatically generated array of 99 single character elements that contains the respective value of the [[indicators]]. |
For instance ... referencing <code>*IN(05)</code> will return the value of <code>*IN05</code>. | For instance ... referencing <code>*IN(05)</code> will return the value of <code>*IN05</code>. | ||
{{stub}} | {{stub}} |
Revision as of 16:24, 7 December 2006
The *IN Array, in RPG programs, is a automatically generated array of 99 single character elements that contains the respective value of the indicators.
For instance ... referencing *IN(05)
will return the value of *IN05
.
This article is a stub. You can help by editing it.