Hello,

I just read that it is impossible to alter a parameter passed to a function. But I need a function to return 2 values. An integer and a string. Since I cannot use a parameter does anyone have a solution to return 2 values in a recursive function?

Kind regards