Hi

Sorry I meant Switch!
I want to return two values based on one of the case - in this ex. Case A return both Albert and Avery

Thnx!!

Quote Originally Posted by Norie View Post
What is the purpose of the function?

Do you want to return 2 values based on the argument Ex passed to the function?

PS I don't see how Break would solve this, all it does is terminate a loop or switch.