PDA

View Full Version : run vlx through another vlx


arun637
2008-07-08, 02:11 PM
hi everybody,
i want to load the vlx and run that through lisp. can anyone help me regarding this one. i had done manually by using appload command and for running that, i need to give some argument.

regards
m.arun

michel.t
2008-07-18, 03:54 PM
Just load it

(load "yourvlx.vlx")

hi everybody,
i want to load the vlx and run that through lisp. can anyone help me regarding this one. i had done manually by using appload command and for running that, i need to give some argument.

regards
m.arun