W
weilai2570019
Unregistered / Unconfirmed
GUEST, unregistred user!
Function CreateTxtfile(wjmpath:string;hphm:string;hpzl:string;speed:string;xcxs:string;dcxs:string;date:string;time:string;lkdm:string;local:string;road:string):boolean; var F: TextFile; begin //是这里报的错误 result:=false; AssignFile(F,wjmpath); Rewrite(F); writeln(f,hphm); writeln(f,hpzl); writeln(f,speed); writeln(f,xcxs); writeln(f,dcxs); writeln(f,date); writeln(f,time); writeln(f,lkdm); writeln(f,local); writeln(f,road); CloseFile(F); result:=true; end;这都运行了30多分钟了才报的错误真是郁闷亚在Rewrite(F);这句话报错i/0 error 1816的错误非常的郁闷