( |
|
|
|||
Exports record in Hansa standard format |
Parameters: | |
record to be exported | |
global procedure ExportCUVc(record RcVc RepSpec) begin record CUVc CUr; Boolean TrHs; TrHs = true; while (LoopMain(CUr,1,TrHs)) begin ExportRecord(CUr); NewLine; end; return; end;
Related topics: |