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
VOID
LowerCase
(
string
AnyCase
)
Description:
Converts a string into lower case
Parameters:
AnyCase
String variable with a value
global procedure OnApplicationStartup() begin stopalert(LowerCase("HELLO WORLD!")); return; end;
Related topics:
««