Chapter 9 Generation Reference Guide (GTL)


uppercase macro

The .uppercase macro transforms a text block in uppercase characters.

.uppercase
<uppercase-block-input>
.enduppercase

This macro is particularly useful when you work with naming conventions.

For more information about naming conventions, see "Defining naming conventions", in the "Managing Models" chapter in the General Features Guide.

Parameters

Parameter Type Description
<uppercase-block-input> Complex template Parameter used to input text

Output

The output is the uppercase block input that is changed to uppercase characters.

In the following example, the variable %Comment% is 'hello world' and it is converted to 'HELLO WORLD'.

.uppercase
%Comment%
.enduppercase

 


Copyright (C) 2005. Sybase Inc. All rights reserved.