HI, does anybody know haw to return several values from the same function?
say you have a function that process three different variables and you want to retrieve the processed values of each those variables from that function.
how we go about doing that?
PS I dont want to echo them but to use them afterwards within other functions