ARGV Posted August 7, 2009 Posted August 7, 2009 Hey y'all, Now I'm working on something that will insert blocks via. vla-insertblock subr. However, I would *like* for it to, if it finds the name of the block already in the drawing, to check the modified date of the block drawing before inserting. If the block.dwg is newer than the drawing.dwg, then it should issue a warning that the block might be modified and come up with a yes/no button to continue inserting/updating the drawing with the new block. Otherwise, if the block.dwg is older than the drawing, then just insert it quietly. does that make any sense? thanks, ArgV Quote
Lee Mac Posted August 7, 2009 Posted August 7, 2009 take a look into: vla-file-systime function Or this thread: http://www.cadtutor.net/forum/showthread.php?t=38331 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.