FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro Support
Knowledge
Community
About us
References
Jobs
General Contact
List Of Retailers
FlexPro Support
EN
DE
FR
Placeholder

FlexPro Documentation 2025

StringUpperCase

Converts a string into upper case.

Syntax

StringUpperCase(String)

 

The syntax of the StringUpperCase function consists of the following parts:

Part

Description

String

The string to be converted into upper case.

Permitted data structures are Scalar value, Data series und Data matrix. Supported data types are String.

Remarks

The data type of the result is always String.

The structure of the result corresponds to that of the argument String.

If an argument is a list, then the first element in the list is taken. If this is also a list, then the process is repeated.

Available in

FlexPro Basic, Professional, Developer Suite

Examples

StringUpperCase("This is an example")

Returns the string "THIS IS AN EXAMPLE".

StringUpperCase({"mp382", "mp199", "mp234"})

Results in the data series {"MP382", "MP199", "MP234"}.

See Also

StringLowerCase Function