Table of Content
HAL Forum
procedure CopyAccumulator (
Integer acumnr,Integer acumnr)
Description:
Copies Acumulators value, from 2nd to 1st argument
Parameters:
acumnr Acumulator Number, copied to
acumnr Acumulator Number, copied from
procedure ExampleCopyAccumulator()
begin
  CopyAccumulator(2,3)
  return;
end;
Related topics:
««