Hey i want to download a file from my webpage a file is made line by line like this
word
word1
word3
etc
but when i download it with vb api function it gets downloaded in this format
word1word2word3
is there a way i can download mit in an original form?


