Table of Content
HAL Forum
procedure NewLineExport (
)
Description:
Starts a new line in the export file that is being created (0x13 & 0x10)
procedure ExportPlainXml(string value,Integer level)
begin
  ExportTheLevel(level);
  ExportPadString(value,BytesInString(value)," ",false);
  NewLineExport;
  return;
end;
Related topics:
««