How to write relation
Hi all,
i have been trying to figure out how to write a relation, but without success. I have a parameter P1 which has a string value of 2A. I am trying to make the diameter of a cylinder = 102mm if P1 = 2A, so how do i write this? I tried the following but it did not work
IF(P1==2A)
d233=102
ENDIF
I guess a string value cannot be used in a relation in this way.
Regards
John


