Table of Content
HAL Forum
Introduction
What is HAL?
Get Started
Language Reference
Declarations, assignments and statements
Keywords and operations
Tutorials
Change a window
Find the window
Modify the window
Create a report
HAL Primitives
HAL Procedures/Functions
HAL Discussions
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:
««