*IN array

From MidrangeWiki
Revision as of 19:03, 29 June 2007 by Mattt (talk | contribs)
Jump to: navigation, search

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.


Setting on or off several in series indicators

%Subarr(*In :Startind :Numberofind) = *Off;


This article is a stub. You can help by editing it.