DIESEL Addition Expression

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am hoping to find a way to use a DIESEL expression to populate a title block for LT users with values compiled from custom properties in a Sheet set.
The following expression does the job:$(+,%<\AcSm SheetSet.SPAN 2 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 3 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 4 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 5 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 6 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 7 LENGTH \f "%tc1">%, %<\AcSm SheetSet.SPAN 8 LENGTH \f "%tc1">%)>%
But, it is too simple for our use, and only does the job once. So, if any of those custom properties need to be modified, everything needs to be manually recalculated and rechecked. I suspect I am asking too much of DIESEL, but I hope that I am missing a command to set the Custom properties as variables rather than just pumping the expression for each through the interpreter.
Thanks for curing me of my noobness,
Dan