It appears that Microsoft has changed how they deal with returning currency variables from a function.
I have verified the change in VB6. Can someone please compile and call the following function from VB4 and VB5 as well as MS Access?
Please let me know the results.
--Dave
-------------
PowerBASIC Support
mailto:[email protected][email protected]</A>
I have verified the change in VB6. Can someone please compile and call the following function from VB4 and VB5 as well as MS Access?
Code:
FUNCTION cTest ALIAS "cTest" () EXPORT AS CURRENCY FUNCTION = 1.1@ END FUNCTION
--Dave
-------------
PowerBASIC Support
mailto:[email protected][email protected]</A>
Comment