Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ Plant SCADA

LCase

  • Last UpdatedJul 18, 2023
  • 1 minute read

Converts all uppercase letters in Str to lowercase letters. All lowercase letters and non-letter characters remain unchanged.

Syntax

LCase(Str)

Str:

A string or expression that can represent a valid text value.

Return Value

Returns a string.

UCase

Example

Dim strMixedCase as String
Dim strLowerCase as String
Dim strUpperCase as String
strMixedCase = "AbCdE"
strLowerCase = LCase(strMixedCase) ' returns "abcde"
strUpperCase = UCase(strMixedCase) ' returns "ABCDE"

In This Topic
Related Links
TitleResults for “How to create a CRG?”Also Available in