Concatenate Parameters?
Concatenate Parameters?
(OP)
Is it possible to concatenate parameters or pull the value of one parameter into another?
Thanks
Thanks
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: Concatenate Parameters?
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
CAD/CAM System Analyst
Ingersoll-Rand
RE: Concatenate Parameters?
RE: Concatenate Parameters?
whole_parameter=parameter1 + parameter2
e.g.
a="Hello"
b="You"
c= a+b
----------------------------------
Hope this helps.
----------------------------------
maybe only a drafter
but the best user at this company!
RE: Concatenate Parameters?
You can also use parameters in your relations:
Note = 'This is rev: ' + proi_rev
To use a numerical value: a = itos(7.05). a will be 7.
There is a list of expressions and syntax in PTC Help.
"Wildfires are dangerous, hard to control, and economically catastrophic."
Ben Loosli
CAD/CAM System Analyst
Ingersoll-Rand
RE: Concatenate Parameters?
Best regards,
Matthew Ian Loew
"I don't grow up. In me is the small child of my early days" -- M.C. Escher
Please see FAQ731-376 for tips on how to make the best use of Eng-Tips Fora.