Table of Content
HAL Forum
VOID SetEOF (
)
Description:
Puts position to the end of File
global
updating procedure HLaunIn()
begin
  string 255 instr;

  while (TestfEOF) begin  
    instr = ImportField;
    SetEOF;
  end;
  return;
end;

Related topics:
««