Table of Content
HAL Forum
procedure ExportFormat (
)
Description:
Exports export file header describing data format.
global
procedure TestEn(record RcVc RepSpec)
begin
  
  ExportFormat;
  BlockExport("SysFormatBlock");
  ExportString("artikelinfo1");
  NewLine;
...
  return;
end;

Related topics:
««