mahdi heydari wrote: > Hi all. > plz someone tell me how can i return a string that i generated in a > function.
Well, you could perhaps pass some type of string container as a parameter to the function, returning the string in it, or declare it globally. LEF
