Message 1 of 4
DieselExpression
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
What is the code in DieselExpression to truncate the file name to include only specific characters from the file name.
Fox Example...I don't want to have first 12 characters..
I have this code that works to include first 12 characters - $(substr,$(getvar, dwgname),1,12)
and I have this one $(substr,$(getvar,dwgname),6,$(strlen,$(getvar,dwgname))) but that also includes ",dwg" in the file name that I do not want to... How can I eliminate the ".dwg" from the file name