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
AddValToArea
(
val
v
,
Area
a
)
Description:
Adds Value to Area
Parameters:
v
val
a
Variable of Area Type
procedure ExampleAddValToArea() begin Area a; AddValToArea(1.23,a); return; end;
Related topics:
««