I know how to get a value back from a function.
Function Hi() as String
Hi = "Hello"
End Function
How do you get two values back with out running the function again?
Function Hi() as String
Hi = "Hello"
Hi = "GoodBye"
End Function
|
Results 1 to 4 of 4
Threaded View
|
Click Here to Expand Forum to Full Width |