set fso=createobject("scripting.filesystemobject").getfile("c:\123.txt")
with fso.openastextstream(forreading)
alltext=.readall
.close
end with
alltext=replace(alltext,chr(20),chr(9),1,-1,1)
with fso.openastextstream(forwriting)
.write(alltext)
.close
end with
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 87