Message 1 of 1
Loading VBA files - display clean Command Line

Not applicable
10-03-2013
11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
when I load the VBA via:
(defun c:tst () ( vl-vbarun "Path/DVB.dvb!Testing.test" ))
The code runs without any problems but the command line display several lines with location of the code. Is there a way to make the command behave like other commands with a clean command line sowing only the command input?
Thank you,
-J