|
Why not write some functions to clarify: If NotANSize( SIZE : COTSZ1 : COAT1 ) Or StandardSize( SIZE ) Or SmallDiameter( SIZE : SZDIA1 ) Or NotBSize( SIZE : COTSZ1 : COTSZ2 ) Or HighTensilStrength( UTS ) Or NegativeWeight( WGT ) Or UnderTensilStrength( UTS : YTS ) Or NoMaterials( SIZE : DESC ); // do something EndIf; Paul -- Paul Morgan Senior Programmer Analyst - Retail J. Jill Group 100 Birch Pond Drive, PO Box 2009 Tilton, NH 03276-2009 Phone: (603) 266-2117 Fax: (603) 266-2333 "Richard ECUYER" wrote > here is what i usually do to clarify : > > /FREE > if cotsz1 >= '0' > and %scan('AN':COAT1) = 0 > or > size <= '00014 > and %scan('X':size) = 0 > and %scan('S':size) = 0 > or > size <= SZDIA1 > or > cotsz2 <= COTSZ1 > and cotsz2 > '0' > and %scan('B':size) = 0 > or > UTS >= 820000 > or > WGT <= 0 > or > UTS < YTS > or > %scan('NOMAT':desc) > 0 > and %scan('BX':size) = 0; > /END-FREE
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 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.