Comentario
06-15-2017
04:05 PM
06-15-2017
04:05 PM
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.