5220
Computer
- Jun 24, 2003
- 3
I want to automaticly add to my dwgs. the sheet number from the FILE NAME, to save time and avoid errors. e.g. (My file name is: A-01-SITE PLAN.dwg. From that name I only want to take "A-01" to add it to the title block. I found a diesel formula but it works backwards, here is the formula: $(UPPER,$(SUBSTR,$(getvar, "dwgname"
,1,$(-,$(STRLEN,($(GETVAR,"DWGNAME"
)),19))) this subtract starting from the end so you need to have 17 caracters to go to the first one. I don't want to substract. I would like to add the first 4 caracters only. Do you know how?
your help will be appreciated!!
thanks!
Anabel
your help will be appreciated!!
thanks!
Anabel