Load, Run, wait for, and use lisp data from VBA

Load, Run, wait for, and use lisp data from VBA

mdhutchinson
Advisor Advisor
289 Views
1 Reply
Message 1 of 2

Load, Run, wait for, and use lisp data from VBA

mdhutchinson
Advisor
Advisor
I think I can fashion a load and run for a lisp program from VBA... but what is a good way to get VBA to wait for the lisp to finish and then grab the value of variables created in the lisp?
0 Likes
290 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
in your vba code, set one of the users variables to a value (say for example "FALSE"), send your lisp routine. have the lisp routine change the value to "TRUE". have your vba routine wait for the value of the variable to change to true, then continue.
0 Likes