|
Barbara, Right, we had that thread, but what came out of it was that I had a Brain F*rt. :) Thanks! -----Original Message----- From: rpg400-l-admin@midrange.com [mailto:rpg400-l-admin@midrange.com] On Behalf Of Barbara Morris Sent: Tuesday, December 03, 2002 10:03 AM To: rpg400-l@midrange.com Subject: Re: output specs and indicators Bob Cozzi wrote: > ... > The caveat is that the NOT'ed indies need to either be put into > parens, or placed at the end of the expression. > > E.g. > > C if (NOT *IN99) and *IN98 and *IN97 > Bob, you don't need to put parentheses around (NOT *INxx). NOT takes precedence over AND, so these two expressions behave the same: C if NOT *IN99 and *IN98 and *IN97 C if (NOT *IN99) and *IN98 and *IN97 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.