tonymaclennan
10-07-2004, 06:05 AM
hi guys, im using asp.net in vb, vb.net to create a website. However ive forgotton something really simple, the website creates a file called output.html, it contains a header, header.txt, and footer.txt,
i use
dim header as string
fileopen(1, header.txt, openmode.input)
input(1, header)
fileclose(1)
it only inputs the first lune, anybody got any ideas on how to input the whole file, then im combining it with footer, same method, to create an output file using 'openmode.output'
i use
dim header as string
fileopen(1, header.txt, openmode.input)
input(1, header)
fileclose(1)
it only inputs the first lune, anybody got any ideas on how to input the whole file, then im combining it with footer, same method, to create an output file using 'openmode.output'