uwam2ie
Automotive
- Jul 11, 2005
- 1,008
I'm looking for a solution in an UDF. If created an hole feature and want to defined the values with userdefined expression with if else if structures:
my new expression:
m=10
the first feature expressions
p5= if (m=3) (3.5) else if (m=4) (4.5) etc.
p6= if (m=3) (6) else if (m=4) (8) etc.
.
.
.
question:
how can I get this work in an UDF
how can I define userdefined expression not shown in the UDF wizard in / into an UDF
thx in ad
my new expression:
m=10
the first feature expressions
p5= if (m=3) (3.5) else if (m=4) (4.5) etc.
p6= if (m=3) (6) else if (m=4) (8) etc.
.
.
.
question:
how can I get this work in an UDF
how can I define userdefined expression not shown in the UDF wizard in / into an UDF
thx in ad