-
I used it once when I made a simple program to change Celcius into Farenheit. I made a function that took the number in a text box (Celcius), and converted it. This function was called using CallByName. Not much different than calling any other ways.
------------------
Regards,
Alexander McAndrew
VB Zone
http://gsenterprise.server101.com
-
I would be interested in knowing if anyone has used the new VB6 CallByName function in an application, and if so what you did with it. If you're not familiar with CallByName, see this thread for an explanation.
------------------
Marty