function with login
Posted: Tue Oct 09, 2007 5:00 pm
Hi all
I want two funcitons F1(); and F2();
if i give an input to F1() it should return many outputs and when any othose outputs are given to F1() it should return the save thing as it was F1's input.
i.e.
F1("some input")=>asdf
F1("some input")=>fgse
F1("some input")=>hsadf
F1("some input")=>ityrty
------------------------------------
F2("asdf")=>some input
F1("fgse")=>some input
I want two funcitons F1(); and F2();
if i give an input to F1() it should return many outputs and when any othose outputs are given to F1() it should return the save thing as it was F1's input.
i.e.
F1("some input")=>asdf
F1("some input")=>fgse
F1("some input")=>hsadf
F1("some input")=>ityrty
------------------------------------
F2("asdf")=>some input
F1("fgse")=>some input