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