Table of Content
HAL Forum
procedure ExportDate (
Date wdate)
Description:
Exports date to output file, adds TAB as separator
Parameters:
wdate Date for export
global
procedure TestExportEn(record RcVc RepSpec)
begin

  ExportString("String");
  ExportDate(CurrentDate);
  ExportLongInt(10);
  ExportVal(4.35,M4Val);
  NewLine;

  return;
end;
Related topics:
««