hi
i had written text file using vb 6.0 successfully. but i got some problem that
i had used the statement for write :
Write #2, individual(0); Tab; dd; Tab; dd; Tab; individual(3)
the output is
"15",,3.6060294581474E-05,,3.6060294581474E-05,,"0:00:00"
(ii)
Write #2, individual(0); space(3); dd; space(3); dd; space(3); individual(3)
the output i got is
"15", " " 3.6060294581474E-05," ",3.6060294581474E-05, " ","0:00:00"
but my requirement is i want like this
15 3.6060294581474E-05 3.6060294581474E-05 0:00:00
without any commas , double quotes
regards
vivek
|