Hey,
I was told (without any additional detail) that I could achieve the following with while and if relations in Pro/E but my background in programming is very limited. Could anyone guide me through composing the relation loops?
I want relations that will take the ptc_common_name and copy/divide it into 2 parameters (let's name them titre_ligne_1 & titre_ligne_2) when there's more than 30 characters, and that will simply copy ptc_common_name to titre_ligne_1 when there's 30 characters or less. But, I'd like the cut to be intelligent i.e to divide it at the closest spaceprior to character #30.
Can anyone help?
Thanks!
Mat
I was told (without any additional detail) that I could achieve the following with while and if relations in Pro/E but my background in programming is very limited. Could anyone guide me through composing the relation loops?
I want relations that will take the ptc_common_name and copy/divide it into 2 parameters (let's name them titre_ligne_1 & titre_ligne_2) when there's more than 30 characters, and that will simply copy ptc_common_name to titre_ligne_1 when there's 30 characters or less. But, I'd like the cut to be intelligent i.e to divide it at the closest spaceprior to character #30.
Can anyone help?
Thanks!
Mat