Is there a way to test if a Function/Sub is available in VB6?

Posted by Clay Nichols on Stack Overflow See other posts from Stack Overflow or by Clay Nichols
Published on 2010-06-06T16:22:35Z Indexed on 2010/06/06 16:32 UTC
Read the original article Hit count: 130

Filed under:

We have a few Subs (like a WriteErrorToLog and some AutomatedTesting) that I'd like to make optional in case we want to reuse a component.

I'd like to be able to do something like if AddressOf( Sub) is valid then execute Sub.

© Stack Overflow or respective owner

Related posts about vb6