cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X

rcover a Parameter

s.touret
1-Newbie

rcover a Parameter

Hello, How can i recover the name of the model (&model_name) in a parameter. I tried with the relations but it doesn't work. Thanks
3 REPLIES 3
sdick
1-Newbie
(To:s.touret)

I tried a one line relation : NAME=rel_model_name() and it works fine... Why did you create a string length parameter before ?
s.touret
1-Newbie
(To:sdick)

That's works fine! Thanks a lot! regards

Try these relations strlen=string_length(rel_model_name()) name=extract(rel_model_name(),1,strlen) where strlen is a "Integer" Parameter and name is a "string" Parameter
Announcements
Business Continuity with Creo: Learn more about it here.

Top Tags