Table of Content
HAL Forum
VOID SetDOSFlag (
Boolean testf)
Description:
Specifies if exported file should be in DOS format. Not used from 5.4
Parameters:
testf Sets DOS Flag
global
procedure EDICustomsEn(record RcVc RepSpec)
begin
  SetDOSFlag(true);
  ExportPadString("UNB2",6," ",false);
  return;
end;
Related topics:
««