qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
LCASE$ Function Details
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
LCASE$ Function Details
 
Syntax
  LCASE$(stringexpression)
 
The LCASE$ function takes a string variable, string constant,
or string expression as its single argument.
 
LCASE$ works with both variable- and fixed-length strings.
 
LCASE$ and UCASE$ are helpful in string comparison operations
where tests need to be case insensitive.