Table of Content
HAL Forum
procedure ExportPadString (
string str,integer ln,string symb,boolean align)
Description:
Converts string by defined rules and exports it to file
Parameters:
str initial string
ln lenght of resulted string
symb symbol used for filling string to necessary lenght
align string alignment: false-left, true - right
procedure ExportFRAMEEnd()
BEGIN
  ExportPadString("'''EOF'''",9," ",false);
  ExportPadString("452'",4," ",false);
  RETURN;
END; 
Related topics:
««