Need help with a call
(1) It worked with one variable
(2) Now I want to return three variables
(3) return(A); worked
(4) return(A,B,C); did not work ?
(5) Alos do I have to define these A and B and C in main program
where I use the call ?
(6) Also how does a call statement look different with 3 variables?
(1) It worked with one variable
(2) Now I want to return three variables
(3) return(A); worked
(4) return(A,B,C); did not work ?
(5) Alos do I have to define these A and B and C in main program
where I use the call ?
(6) Also how does a call statement look different with 3 variables?
Comment