Home > Contents > Index >
TOUPPER
Converts a string to all uppercase.
Syntax
<TOUPPER STR="string value
" OUTSTR="outstring name
"/>Parameters
STR (required)
- String to convert to uppercase.
OUTSTR (required)
- Name of the variable to contain results.
errno
The value of
errno
is unchanged.Example
This example changes the case in the string "this is a test". After the command executes,
Variables.newstring
contains the value "THIS IS A TEST".<TOUPPER STR="this is a test" OUTSTR="newstring"/> <CSVAR NAME="Variables.newstring"/>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.