Your Products have been synced, click here to refresh
Well, you could use IF_GoTo command to simplify.
You could redundantly assign them immediately afterwards, overridiing them to the values you need.
pseudocode, not exact syntax:
Allfeat = Comment, yes/no, Are all features being measured" c1= Comment, yes/no, c2= Comment, yes/no, c3= Comment, yes/no, If allfeat.input=="YES" Assign\C1.input=="NO" Assign\C2.input=="NO" Assign\C3.input=="NO" end_if/
Well, you could use IF_GoTo command to simplify.
You could redundantly assign them immediately afterwards, overridiing them to the values you need.
pseudocode, not exact syntax:
Allfeat = Comment, yes/no, Are all features being measured" c1= Comment, yes/no, c2= Comment, yes/no, c3= Comment, yes/no, If allfeat.input=="YES" Assign\C1.input=="NO" Assign\C2.input=="NO" Assign\C3.input=="NO" end_if/
ASSIGN/OP1=0 ASSIGN/OP2=0 ASSIGN/OP3=0 C1= Comment/YESNO, Op1? ASSIGN/OP1=IF(C1.input=="YES",1,0) {Lather, rinse, repeat}[\code] I have a habit of setting variables at the beginning of the program to the safe value even if they'll be evaluated later.
© 2024 Hexagon AB and/or its subsidiaries. | Privacy Policy | Cloud Services Agreement |