M
Maya
How to get any required location in a text file in VB,to print certain contents
in specified location?
i=Loc(#1) gives the current location but while i do
seek #1,i
print #1,"Some data at specified location"
this print is getting printed in the text file at some position but not at
the place
where LOC is pointing. how to achieve this?
Im saving the text file as *.html to genearte html page in the end.
in specified location?
i=Loc(#1) gives the current location but while i do
seek #1,i
print #1,"Some data at specified location"
this print is getting printed in the text file at some position but not at
the place
where LOC is pointing. how to achieve this?
Im saving the text file as *.html to genearte html page in the end.