Our file name is this:
1807_WD3012_Basement_Site_Plan.dwg
Our Diesel expression is this:
$(substr,$(getvar,dwgname),1,$(-, $(strlen,$(getvar,dwgname)), $(-, $(strlen,$(getvar,dwgname)),11)))
It grabs the first 11 characters of teh file name.
What Diesel expression do I need to only grab "3012" from "1807_WD3012_Basement_Site_Plan.dwg"?
(The first 11 characters will stay constant for all files).
(
Our field expression in the Field dialogue box is this, if it means anything:
%<\AcDiesel $(substr,$(getvar,dwgname),1,$(-, $(strlen,$(getvar,dwgname)), $(-, $(strlen,$(getvar,dwgname)),11)))>%
)
Solved! Go to Solution.
Solved by user181. Go to Solution.
Can't find what you're looking for? Ask the community or share your knowledge.