|
Lower$ | ||
ResultString$ = Lower$(SourceString$) | ||
Parameters: SourceString$ = The String You wish to convert |
||
Returns: ResultString$ |
||
Lower$() takes the input string and converts all of the upper case characters within it to lower case. The source string is FACTS: * Lower$ only affects upper case alphabetical characters within a string. Nothing else will be changed. * Lower$ doesn't alter the SourceString$ parameter, rather it returns a new string. * Also see Upper$() and AutoCaps$() functions. Mini Tutorial: Display the a message using user case.
This example would output.
|
||
Example Source: Download This Example
|
Related Info: | autocaps$ | Digits$ | Flip$ | Make$ | Right$ | Trim$ | TrimLeft$ | TrimRight$ | upper$ : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |