Вниз
Скачать: CL | DM;

этот код не работает, в файл не пишет :(   Найти похожие ветки 

 
ValeX ©   (2002-06-18 18:54) [0]

procedure TForm1.Button1Click(Sender: TObject);
var i:Integer;
ss:string;
begin
ss:="ssfsfsfsdgsdfg";
fs:=TFileStream.Create("unix.txt",fmCreate);
for i:=0 to 10 do begin
fs.write(s[1],5);
fs.write(s[i],l);
end;
fs.free;
end;


 
MBo ©   (2002-06-18 19:46) [1]

fs:=TFileStream.Create("unix.txt",fmCreate);
fs.write(s[1],length(s));
fs.free;


 
Poirot ©   (2002-06-18 22:21) [2]


> ValeX

лапух.... всё пишет... тока

procedure TForm1.Button1Click(Sender: TObject);
var i:Integer;
s:string;
fs:TFileStreamж
begin
ss:="ssfsfsfsdgsdfg";
fs:=TFileStream.Create("unix.txt",fmCreate);
for i:=0 to 10 do begin
fs.write(s[1],5);
fs.write(s[i],l);
end;
fs.free;
end;

Вот этот пишет.... ламером себя не строй...
Чушь а не ошибка....



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.008 c
1-1097
Tornado
2002-06-19 13:16
2002.07.01
И еще вопросик...


4-1256
ZZ
2002-05-01 17:53
2002.07.01
Вызов неизвестной заранее функции


3-891
Ola
2002-06-07 12:32
2002.07.01
BatchMove!!!!


4-1240
Фантом
2002-04-30 09:11
2002.07.01
Повторюсь


14-1145
Kevin
2002-05-28 14:38
2002.07.01
все на z17.net




   Наверх