Re: Unknown error when trying to add elements to an array of mystruct within my class.
On Feb 5, 9:03pm, tugnu...@hotmail.com wrote:
> omg, I am an idiot, of course.
If it makes you feel any better, PL/I was (and probably still is) not
so picky about subscript placement. Given
DCL I FIXED BIN;
DCL
1 A (5),
2 B FIXED BIN(31);
A(I).B and A.B(I) were both acceptable.
|