sart Posted October 4, 2019 Posted October 4, 2019 Hi, I've to make a data field with the last 3 letters of the file name. For example File name: abcdefg.dwg => Data Field: efg. I know there's the formula "%<\AcVar Filename \f "%fn6">%" but with it I can put only the entire name of the file. Thank you for the answer Quote
tombu Posted October 5, 2019 Posted October 5, 2019 Field expression: %<\AcDiesel $(substr,$(getvar,"dwgname"),$(-,$(strlen,$(getvar,"dwgname")),6),3)>% or DIESEL expression in the field: $(substr,$(getvar,"dwgname"),$(-,$(strlen,$(getvar,"dwgname")),6),3) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.