Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
I have 2 parameters in a part (a spring), "diameter" and "Length".
I change these parameters with iLogic to build several springs.
Is it possible to update the "Part Number" Each time I change the parameters "diameter" and "length"?
I want to get the following:
Mola_Ø-65_L-140
Where 65 is the parameter value and 140 is the length value.
I tried with the code below,
iProperties.Value ("Project", "Part Number") = "Spring_Ø-" Diameter "_L-" Length
but that returns: End of statement expected.
Any idea?
thank you
CCarreiras
Solved! Go to Solution.