Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Rename


Message #1 by <Clay.Taylor@k...> on Fri, 14 Mar 2003 11:23:33 -0500
That was clear enough, thanks (actually it was very clear indeed)
There are many ways to accomplish your goal. Basically you have to
change your DO While loop, that does not stop at all...

One way is to eliminate the loop. Just read the first line from the 
file, put it in the label and exit. When the user click the Submit
button you rename the file, read the next line from the file,
until the end, and put it the label. You just need to make the file
handle global in the module.

Let me know,
Marco


  Return to Index