Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21867

Another Text Question

$
0
0
*Moderators if you prefer i keep these all in one post please just tell me.*

If i want to copy the entile content of a text file to another how would i do this? i tried this but it didnt work at all.

Code:

   
Dim copy
   
    Open "A:\vsigns.txt" For Input As copy

 
    Open "c:\patient5.txt" For Output As #2
   
    Print #2, ; copy
    Close #2


Viewing all articles
Browse latest Browse all 21867

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>