I see in the PBDLL6 Help file you can pass a parameter to
a sub/function "AS ANY" but for the life of me I cant get it
working
Something like this is what I am trying to do:
Function DoSomething(TheData as ANY, DataLen as Long)
It Just doesnt like the "as any".
Anyone have any Ideas ?
------------------
a sub/function "AS ANY" but for the life of me I cant get it
working

Something like this is what I am trying to do:
Function DoSomething(TheData as ANY, DataLen as Long)
It Just doesnt like the "as any".
Anyone have any Ideas ?
------------------
Comment