Custom Function returning multiple values - Please help! - page 2

 
JimSingadventure:

Hi, i'm new and wish to seek understanding on your above reply to cowmodee.

When you use 

dont we need to pass 2 arguments to the Function since it requires 2 arguments to work right? why is it MyMultipleReturn has no argument ?

Because in this statment :

double MyMultipleReturn;


It's the declaration of a variable who is typed as double...