Message 1 of 9
text window text

Not applicable
08-28-2002
12:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
A comment:
I know it's not exactly pretty, or 'real' programming, but for quick and dirty macros I've realized that you can turn your LogFileOn, sendcommand, for example, a list command and then LogFileOff, read the Acad.log file in as a string and grab what you're looking for. And there's easy access to numerous properties that aren't easily available to VBA.
Is there an easier or better way to do this?
I know it's not exactly pretty, or 'real' programming, but for quick and dirty macros I've realized that you can turn your LogFileOn, sendcommand, for example, a list command and then LogFileOff, read the Acad.log file in as a string and grab what you're looking for. And there's easy access to numerous properties that aren't easily available to VBA.
Is there an easier or better way to do this?