
Passing "State" Into Called Procedures
Paul,
I imagine that each sub is going to have to check the api call itself.
Hard to guess exactly what you are trying to do, but the code will only do
what it is doing at the time.
Jeff Davies
Quote:
> I've got a public sub that looks for a key state to cancel the procedure.
> However, my procedure calls several other procedures, and while those
other
> procedures are executing, the program ignores any attempts to cancel.
> How do I "pass" the key state api to the called procedures?
> --
> Paul Brower
> "I Love DSL!"