Message 1 of 6
Script timing inside lisp

Not applicable
03-29-2000
06:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm calling a script from inside a lisp routine, but the lisp is continuing to execute before the script is finished. How can I prevent this?
Partial code example:
(command "script" "myscript")
(alert "what the heck?")
Given the above, myscript will NOT execute UNTIL I CLICK OK on the alert box!
How do I get the alert box to only appear AFTER myscript has run to completion?
Thanks,
Karen
Partial code example:
(command "script" "myscript")
(alert "what the heck?")
Given the above, myscript will NOT execute UNTIL I CLICK OK on the alert box!
How do I get the alert box to only appear AFTER myscript has run to completion?
Thanks,
Karen