Using "AND" in expressions
Using "AND" in expressions
(OP)
Is it possible to set multiple values in an expression using "AND"?
For instance:
p1="ABC"
OD=1.0
ID=if(p1="ABC")then (.5) AND OD=1.5
This is using NX8.5
I also don't know any of the syntax required if this is possible.
Thanks
For instance:
p1="ABC"
OD=1.0
ID=if(p1="ABC")then (.5) AND OD=1.5
This is using NX8.5
I also don't know any of the syntax required if this is possible.
Thanks





RE: Using "AND" in expressions
Relational, Equality and Logical Operators
>
Greater Than
<
Less Than
>=
Greater Than or Equal
<=
Less Than or Equal
==
Equal
!=
Not Equal
!
Negate
& or &&
Logical AND
| or ||
Logical OR
John Joyce
N.C. Programming Supervisor
Barnes Aerospace, Windsor CT
NX6, NX7.5 & NX8.5
Vericut7.2.3
RE: Using "AND" in expressions
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Using "AND" in expressions
John R. Baker, P.E.
Product 'Evangelist'
Product Engineering Software
Siemens PLM Software Inc.
Industry Sector
Cypress, CA
Siemens PLM:
UG/NX Museum:
To an Engineer, the glass is twice as big as it needs to be.
RE: Using "AND" in expressions