barbarus
Mechanical
- Feb 27, 2014
- 12
hello,
it's the first time i write in this fantastic forum (i read your tips every day).
I have a trouble with a simple expression.
In my drawing file i have one part attribute called p1 that can have this two string value: "Released" or "working".
according to the value assumed i need to fill another part attribute call p5 with a specific value.
So i try to insert a conditional like this:
if p1=stringValue( Released ) then p5=stringValue( Approved ) else p5=stringValue( Not Approved )
every time the program tell me that the string contain a syntax error..
i use NX 8.5.3
where is the fault?
Thanks.
Luca
it's the first time i write in this fantastic forum (i read your tips every day).
I have a trouble with a simple expression.
In my drawing file i have one part attribute called p1 that can have this two string value: "Released" or "working".
according to the value assumed i need to fill another part attribute call p5 with a specific value.
So i try to insert a conditional like this:
if p1=stringValue( Released ) then p5=stringValue( Approved ) else p5=stringValue( Not Approved )
every time the program tell me that the string contain a syntax error..
i use NX 8.5.3
where is the fault?
Thanks.
Luca