Not to Prompt to have file replaced

2004-03-30 Thread shplinky
I have a program where i need a file to ALWAYS be replaced and i don't want the user to make the mistake of not replacing it... therefore, how can i do it so that if the file exists it automatically replaces it without prompting the user? the file has extension txt...

Re: Not to Prompt to have file replaced

2004-03-30 Thread shplinky
thanx, that's exactly what i was looking for...

Re: User Authentication

2004-03-22 Thread shplinky
thank you for your help i really appreciate it...

Re: Inputing multiple files at once

2004-03-01 Thread shplinky
thank you very much... i really appreciate your help!

1D Array Search

2004-02-09 Thread shplinky
I am attempting to search a 1D array for a certain value... the problem is that the value appears more than once in the array and i need it to find all those values... unfortunately the 1D array search template stops after finding the first item... anyone know a solution to this?