D
Daren Hawes
Hi,
I am creating a function for a payment gateway and wondered is there a
way for a function to return 2 or more values.
IE
Function Payment(ByVal ccNumber as String, Byval Amount as Integer) as
String AND Something else!
....
....
Return (Return Status - FAILED)
Return (Reason)
....
....
End Function
Or do I have to use properties?
Thx Daren
I am creating a function for a payment gateway and wondered is there a
way for a function to return 2 or more values.
IE
Function Payment(ByVal ccNumber as String, Byval Amount as Integer) as
String AND Something else!
....
....
Return (Return Status - FAILED)
Return (Reason)
....
....
End Function
Or do I have to use properties?
Thx Daren