- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a routine we use for exporting aec drawings to simple cad to a specified folder.
I have couple things I would like to add but its beyond my expertise.
FIRST:
At he end it shows a message, I would like to remove the extra back slashes from the message.
Code:
(print (strcat "Drawing export to Acad2007 creating file named: <" file "> Complete!"))
Shows:
Drawing export to Acad2007 creating file named: <C:\\PROJECTS\\CAD-CONDOC\\CAD EXPORTS\\Drawing5.dwg> Complete!
Would Like:
Drawing export to Acad2007 creating file named: <C:\PROJECTS\CAD-CONDOC\CAD EXPORTS\Drawing5.dwg> Complete!
Also we have a block that we fill out the date and time attributes manually so we keep track of current base file exports between all consultants.
The block is called base version.dwg. The attributes are "DATE" and "TIME"
What we need is for the programt o look for the block, if located, fill in the above attributes using the current system date and time.
Thanks you in advance for your time and assistance.
Block is attached..
Solved! Go to Solution.