Lower()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

Lower()

Previous pageReturn to chapter overviewNext page

Purpose

To convert upper case characters to lower case

Syntax

Lower( <cString> ) cLowerCase

Arguments

<cString> is the string to convert to lower case.

Returns

Lower() returns the lower cased equivalent of <cString>.