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

AVEVA™ Plant SCADA

StringLower()

  • Last UpdatedJul 13, 2023
  • 1 minute read

Converts all uppercase characters in text string to lowercase and returns the result.

Category

String

Syntax

StringResult = StringLower( Text );

Parameter

Text

String to be converted to lowercase. Actual string or a string equipment.item.

Remarks

Lowercase characters, symbols, numbers, and other special characters are not affected.

Examples

StringLower("TURBINE") ' returns "turbine";

StringLower("22.2 Is The Value") ' returns "22.2 is the value";

See Also

StringASCII(), StringChar(), StringFromIntg(), StringFromReal(), StringFromTime(), StringInString(), StringLeft(), StringLen(), StringMid(), StringReplace(), StringRight(), StringTest(), StringToIntg(), StringToReal(), StringTrim(), StringUpper(), Text()

String Functions

In This Topic
Related Links