PDA

View Full Version : Text Parameters - Concatentate?



saeborne
2009-03-09, 09:04 PM
Hi All,

Is it possible to Concatentate text parameters within Revit?

For example...

Parameter A = "HARDWARE SET X"
Parameter B = "OFFICE PASSAGE SET"

Parameter C = A + B = "HARDWARE SET X OFFICE PASSAGE SET"

I know I can do this type of thing with a label. But I need it within a single parameter, so that I can access it in a schedule.

Thanks in advance.

Bryan

josh.made4worship
2009-03-09, 10:08 PM
I could be wrong...been before...but I am 99% sure that you can't currently do this in Revit 2009. I am hoping for this in a future release.

Scott Womack
2009-03-10, 10:08 AM
Josh is correct, there is NO string concantination, or conversion capabilities within Revit, without trying to do Custom Programing via the API. I'm not a programer, so I do not know if it is even possible then. The only language I've ever learned that had this in it was Lisp.