i have to generate filenames
text file names as
c:\\blabla.. saved(counter).txt
the counter is an integer value
i cant do it
i cant generate filename like dat
i declared a string c:\\blabla
second counter
third .txt
now i have to concatenate all three in a string variable
and this has to be generated in a for loop....
can anybody tell me method to do it...asap.thank you