How to return multiple value from function ?
Posted: Sun Jan 04, 2015 5:45 pm
Hi,
I've a function that return 3 values. (A,b,c).
Actually, I'm using global variables to save them and acces them back in the main script.
How can I return these variables without need of global var?
Thx for your help
I've a function that return 3 values. (A,b,c).
Actually, I'm using global variables to save them and acces them back in the main script.
How can I return these variables without need of global var?
Thx for your help