All Functions
LCase Function
FUNCTION: UCase( )
UCase
(String)
The
UCase
function converts a string to all upper case letters.
There is also a companion function
LCase
to convert to lower case letters.
Code:
<% =UCase("Aardvarks do not make good pets!") %>
Output:
AARDVARKS DO NOT MAKE GOOD PETS!
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information