Thanks!
On-Line Help 不是寫的很清楚嗎?
: 另外, 建檔開檔關檔等檔案操作該用哪些函式呢? AssignFile 似乎
: 不能建立新檔?
摘自 On-Line Help Sample:
var F: TextFile;
begin
AssignFile(F, 'NEWFILE.$$$');
Rewrite(F);
Writeln(F, 'Just created file with this text in it...');
CloseFile(F);
end;
--
來自半封閉開放系統的誠摯邀約, 請大家一起支持全新的
Delphi Mailing List -- DelphiChat
Delphi 2.0 深度歷險 -- http://www.aaa.hinet.net/delphi
string ret;
ret:=format( '%s %s', ['test1', 'test2'] );
: 另外, 建檔開檔關檔等檔案操作該用哪些函式呢? AssignFile 似乎
: 不能建立新檔?
: Thanks!
try rewrite
--
Man proposes, God disposes.
李國成 Kevin Lee E-mail: kc...@csie.nctu.edu.tw
URL: http://www.csie.nctu.edu.tw/~kclee
分散式系統與網路安全實驗室.資訊工程研究所.國立交通大學.台灣