Anuncios
Welcome to the Revit Ideas Board! Before posting, please read the helpful tips here. Thank you for your Ideas!
Comentario
Anonymous

I would like to create text strings to poulate the description field as above but include a string conversion for number or unit based parameters. Perhaps string converters to keep the project units and string converters to strip them?

 

Description = STRINGU(Airflow) + " " + STRING(Capacity) + " direct fired make-up air unit" + IF(Curb, " w/ factory curb", "")

 

for example.