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
AddDateToArea
(
Date
d
,
Area
a
)
Description:
Adds Date to Area
Parameters:
d
Date
a
Variable of Area Type
procedure ExampleAddDateToArea() begin Area a; AddDateToArea(CurrentDate,a); return; end;
Related topics:
««