Table of Content
HAL Forum
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:
««