Skip to main content
Skip table of contents

f$Lower (f$TextKlein)


f$Lower (f$TextKlein)

Converts all letters in a string into lower case.

Syntax:

Text2 = f$Lower( Text1 )

 

Argument

Type

Meaning

 

Text1

String

String which is to be converted

Result:

String

String in lower case

Example:

Text = f$Lower( 'Motor' ) → Text = 'motor'

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.