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
function string
CurrentUser
(
)
Description:
Returns Code of Current User
procedure Example() begin String 10 cuser; cuser = CurrentUser; return; end;
Related topics:
««