425 pts.
 Procedure Pointer
How to use a procedure pointer? Other than procedures where pointers concept can be applicable in AS/400?

Software/Hardware used:
Iseries
ASKED: October 30, 2009  11:38 AM
UPDATED: October 30, 2009  3:40 PM

Answer Wiki:
Indicators - <pre> D IndPtr s * Inz(%Addr(*In)) D Indicators s 1 Dim(99) Based(IndPtr) </pre> and if I want to set the indicators say In50 to In54, i would use <pre> %Subarr(Indicators:50:5) = '10101'; </pre>
Last Wiki Answer Submitted:  October 30, 2009  3:40 pm  by  Satsho   1,245 pts.
All Answer Wiki Contributors:  Satsho   1,245 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _