When the above was first posted I forgot to mention that CASE 6 and CASE 7 reference to 'GetCrypto.Bytes(rndE)' had changed to
I'm new to objects.
It hadn't dawned on me that we could have two classes with the same interface name. Having done that CASE 6 and CASE 7 stand as was. Aren't objects something else?
Code:
If SpeedyCrypto Then SpeedyGetCrypto.Bytes(rndE) Else GetCrypto.Bytes(rndE) End If


Comment