Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Printer Files & Arrays

Status
Not open for further replies.

Skittle

ISP
Sep 10, 2002
1,528
US
Hi,

I have an externally defined printer file ( QDDSSRC ) file and I want to output an array element ( eg. MyArry,X ).
The DDS will not compile with this sort of notation. I've tried MyArry(X) as well but it doesn't like it either.

Do you have to move an array element to a stand alone single field described on a print file to get it accepted by the compiler?
 
I don't believe DDS supports the use of arrays in printer files. I have always had to move the array to individual fields in order to print them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top