Skip to main content
insightsoftware Documentation insightsoftware Documentation
{%article.title%}
Published:
Was this article helpful?
0 out of 0 found this helpful

StrLower

Use this function to convert text in a symbol or character string to lowercase letters.

You can use the StrLower function to convert all uppercase letters in symbols to lowercase.

Syntax:

STRLOWER ("String")

where:

  • String is a character string, enclosed in double quotation marks.

Syntax example:

LowerCase = STRLOWER ("A11234")

Code example:

CREATE VARIABLE StrTemp1 AS STRINGVariable = STRLOWER ("SourceString")

//StrTemp1 will equal "stringtest" (without the double quotation marks)

Published:

StrLower

Use this function to convert text in a symbol or character string to lowercase letters.

You can use the StrLower function to convert all uppercase letters in symbols to lowercase.

Syntax:

STRLOWER ("String")

where:

  • String is a character string, enclosed in double quotation marks.

Syntax example:

LowerCase = STRLOWER ("A11234")

Code example:

CREATE VARIABLE StrTemp1 AS STRINGVariable = STRLOWER ("SourceString")

//StrTemp1 will equal "stringtest" (without the double quotation marks)

For an optimal Community experience, Please view on Desktop