Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

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

Can someone send me the syntax for

Status
Not open for further replies.

GBOLD

Mechanical
Jan 15, 2009
29
Can someone send me the syntax for creating an AND IF expression (NX9)?
Thank you.
 
Replies continue below

Recommended for you

In the NX expression system, the AND operator is the single or double ampersand (& OR &&).
Code:
if ( Lgth > 0 && Lgth < 10 ) ( 3 ) else ( 5 )

Search the NX help file for "expressions syntax operators" for the full list.

www.nxjournaling.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor