Message 1 of 5
same thing in command line twice?

Not applicable
07-06-2007
01:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi,
i load vba routine thru lsp file which is loaded at startup.the syntax is
(defun c:ndoor ()
(command "-vbarun" "ndoor.dvb!ThisDrawing.ndoor"))
when i type ndoor in command line same thing is asked twice.in first line nil is written.
Command: nd -vbarun
Macro name: ndoor.dvb!ThisDrawing.ndoor
Select inner edge of wall: nil
Select inner edge of wall:
when i run this thru vb editor,it works fine.what is the problem?
thanx
i load vba routine thru lsp file which is loaded at startup.the syntax is
(defun c:ndoor ()
(command "-vbarun" "ndoor.dvb!ThisDrawing.ndoor"))
when i type ndoor in command line same thing is asked twice.in first line nil is written.
Command: nd -vbarun
Macro name: ndoor.dvb!ThisDrawing.ndoor
Select inner edge of wall: nil
Select inner edge of wall:
when i run this thru vb editor,it works fine.what is the problem?
thanx