|
Upper$ | ||
ResultString$ = Upper$(SourceString$) | ||
Parameters: SourceString$ = The string you wish to convert to upper case |
||
Returns: ResultString$ = The string converted to upper case |
||
Upper$() takes the input string and will convert any lower case characters within it, to upper case. FACTS: * Upper$ will only effect lower cast (alphabetical) characters in a string. * Also see Lower$() and AutoCaps$() functions. Mini Tutorial: Display the a message using upper case.
This example would output.
|
||
Example Source: Download This Example
|
Related Info: | AutoCaps$ | Chr$ | CutLeft$ | CutRight$ | Flip$ | Hex$ | lower$ | Make$ | Pad$ | Str$ | Trim$ | TrimLeft$ | TrimRight$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |