G
Guest
Hi there!
Need Yr help.
I have a simple txt file and need to add "//" (these two symbols) to the end
of the file (last string). Hv tried different ways but always hv carrier
return code between last text string and "//".
example:
text: BLA BLA BLA ->need this BLA BLA BLA//
but always get:
BLA BLA BLA
//
thanks!
exmaple code:
dim nf as integer
nf = freefile
open lpfilename for binary access write as nf
put nf, LOF(nf), "=="
close nf
Need Yr help.
I have a simple txt file and need to add "//" (these two symbols) to the end
of the file (last string). Hv tried different ways but always hv carrier
return code between last text string and "//".
example:
text: BLA BLA BLA ->need this BLA BLA BLA//
but always get:
BLA BLA BLA
//
thanks!
exmaple code:
dim nf as integer
nf = freefile
open lpfilename for binary access write as nf
put nf, LOF(nf), "=="
close nf