![]() ![]() ![]() ![]() | Table Of Contents | Index |
var Inp Out StFileAssign(Inp,'INPUT.TXT') FileOpen(Inp) FileAssign(Out,'OUTPUT.TXT') FileCreate(Out) while not EndOfFile(Inp) St = FileReadln(Inp) FileWriteln(Out,St) endwhile FileClose(Inp) FileClose(Out)
See Also: | FileResult |
---|
Category: | File |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|