Syntax |
LCase[$](text) |
Description |
Returns the lowercase equivalent of the specified string. |
Comments |
LCase$ returns a String, whereas LCase returns a String variant. Null is returned if text is Null. |
Example |
This example shows the LCase function used to change uppercase names to lowercase with an uppercase first letter. Sub Main() |
See Also |
L |