<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://wiki.signature.net/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fucase</id>
		<title>IB Statements/ucase - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://wiki.signature.net/index.php?action=history&amp;feed=atom&amp;title=IB_Statements%2Fucase"/>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/ucase&amp;action=history"/>
		<updated>2026-05-15T10:00:03Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>http://wiki.signature.net/index.php?title=IB_Statements/ucase&amp;diff=445&amp;oldid=prev</id>
		<title>Badge: New page: '''UCASE function'''   '''Syntax:'''  UCASE(string-argument)    '''Discussion:'''  The UCASE function converts lower case characters in a string-argument to upper case characters. Other ch...</title>
		<link rel="alternate" type="text/html" href="http://wiki.signature.net/index.php?title=IB_Statements/ucase&amp;diff=445&amp;oldid=prev"/>
				<updated>2009-05-22T11:39:29Z</updated>
		
		<summary type="html">&lt;p&gt;New page: &amp;#39;&amp;#39;&amp;#39;UCASE function&amp;#39;&amp;#39;&amp;#39;   &amp;#39;&amp;#39;&amp;#39;Syntax:&amp;#39;&amp;#39;&amp;#39;  UCASE(string-argument)    &amp;#39;&amp;#39;&amp;#39;Discussion:&amp;#39;&amp;#39;&amp;#39;  The UCASE function converts lower case characters in a string-argument to upper case characters. Other ch...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''UCASE function''' &lt;br /&gt;
&lt;br /&gt;
'''Syntax:'''  UCASE(string-argument)  &lt;br /&gt;
&lt;br /&gt;
'''Discussion:'''  The UCASE function converts lower case characters in a string-argument to upper case characters. Other characters in the string-argument (e.g., upper case characters, special characters) remain unchanged.&lt;br /&gt;
 &lt;br /&gt;
The string-argument may be a string constant, a single-element string variable, a string array element, a string expression, or a string function. &lt;br /&gt;
&lt;br /&gt;
See LCASE. &lt;br /&gt;
 &lt;br /&gt;
'''Example 1:'''  Y$ = UCASE(X$)&lt;br /&gt;
&lt;br /&gt;
In the above example, any lower case characters contained in X$ are converted to upper case and the entire string is moved to Y$. For example, if X$ equals &amp;quot;Signature Systems&amp;quot; then Y$ will equal &amp;quot;SIGNATURE SYSTEMS&amp;quot;. &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
'''Example 2:''' &lt;br /&gt;
 INPUT (0) ANSWER$&lt;br /&gt;
 IF UCASE(ANSWER$) = &amp;quot;Y&amp;quot; THEN GOTO 9000&lt;br /&gt;
&lt;br /&gt;
In this example, the variable ANSWER$ is used to receive input data from the terminal (logical unit 0). The data is then converted to upper case and compared to &amp;quot;Y&amp;quot;. If it equals &amp;quot;Y&amp;quot; the program branches to statement 9000. Otherwise, program flow continues below the IF statement.&lt;/div&gt;</summary>
		<author><name>Badge</name></author>	</entry>

	</feed>