Table of Content
HAL Forum
procedure ClearAccumulator (
Integer acumnr)
Description:
Clears specified acumulator value
Parameters:
acumnr Acumulator Number
procedure ExampleClearAccumulator()
begin
  ClearAccumulator(3);
  return;
end;
Related topics:
««