Hi All,
I am having two different methos
- WriteFile(String f,String arrr)
- ReadFile(file f1, String s1);
I want to pass a variable from ReadFile(file f1, String s1) to the WriteFile(String f,String arrr).
How can i do this please provide me some guidelines.
Thanks In Advance.

