CrGlobal: FunctionAddressEvaluate |
kludge for the AddressOf design bug
Public Function FunctionAddressEvaluate( ByVal AddressOfFunction As Long ) As Long
This is a kludgy workaround for the M$VB flaw which disallows one to do this:
VariableX = AddressOf FunctionX
This procedure can be used to store a functions address in a variable.
Project crgenlib Overview Class CrGlobal Overview CrGlobal Properties CrGlobal Methods CrVersionNew FunctionCallByAddress