Difference between revisions of "*IN array"

From MidrangeWiki
Jump to: navigation, search
Line 3: Line 3:
  
 
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>.
 +
  
 
<b> Setting on or off several in series indicators</B>
 
<b> Setting on or off several in series indicators</B>

Revision as of 19:03, 29 June 2007

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.