HTBasic Help
×
Menu
Index

LWC$

Converts characters in a string to lowercase.
 
 LWC$( string-expression )
 
Usage:
A$=LWC(B$)
PRINT LWC$(Answer$)
 
Example:           LWC$.BAS
 
Description:
The upper-case to lower-case correspondence is affected by LEXICAL ORDER IS. If a user-defined table is used with LEXICAL ORDER IS and the optional upper and lowercase conversion rules are not specified, the uppercase to lowercase transform is determined by the STANDARD lexical order.
 
See Also: