not sure how to convert this function declaration.
Old function declaration:
Public Function HW(ByRef Emulator By Number*or*ByRef Name As Object) As Object
I've tried to change 'Emulator By Number' to 'Emulator_By_Number' though that doesn't work.
also it's like it doesn't like the 'or' in the declaration.
Any help on how to correct this declaration would be appreciated.
Thanks again
Mythos
Re: not sure how to convert this function declaration.
I haven’t seen that kind of declaration. Where did you get it? And from what are you converting?
Re: not sure how to convert this function declaration.
Sorry that would help. I'm converting from VB6 to VB 2005.
And actually the original function was declaired like this:
Public Function HW(Emulator*By*Number*or*Name)
What I prosted previously is how VB 2005 converted it.
thanks again.
Re: not sure how to convert this function declaration.