Table of Content
HAL Forum
function string GetRegisterTag (
String PIVc)
Description:
Gets a tab from register
Parameters:
PIVc Name of the register
...
if (testf) then begin
  if (first==true) then begin
     tstr = GetRegisterTag("PIVc");
     ExportString(tstr);
     NewLine;
     first = false;
  end;
  ExportRecord(PIr);
  NewLine;
  UserTrace(PIr.VEItemCode,M4Str);
end;
...
Related topics:
««