Table of Content
HAL Forum
function Integer FirstTransTypeInRange (
string tstr)
Description:
Returns type of N/L transaction from string in fromat "S/INV.2006001:S/INV.2006100"
Parameters:
tstr string with N/L Transactions Numbers
global
procedure CorstRn(var record RcVc RepSpec)
BEGIN
  Integer yc1,yc2;
  LongInt n1,n2;
  
  n1 = FirstTransInRange(RepSpec.f1);
  n2 = LastTransInRange(RepSpec.f1);
  yc1 = FirstTransTypeInRange(RepSpec.f1);
  yc2 = LastTransTypeInRange(RepSpec.f1);
  RETURN;
END;
Related topics:
««