in reply to Re: Taking individual values from return of a function
in thread Taking individual values from return of a function

The function is written in one file and i want the variables in another file.

  • Comment on Re^2: Taking individual values from return of a function

Replies are listed 'Best First'.
Re^3: Taking individual values from return of a function
by AnomalousMonk (Archbishop) on Dec 10, 2013 at 20:47 UTC
    ... i want the variables in another file.

    That's still too vague for me to understand. Do you mean "I want the values of the variables to be written to another file", or "I want to access those variables from a part of my program contained in another file", or ...?