XenoGuard 4.0 Documentation
To Upper
ActionStep Reference » Programming » String Operation » Conversion » To Upper
The ActionStep To Upper modifies the string value to uppercase and stores the converted string in Result of the result list.
[-] Hide
- Open the Programming node in the Workspace Explorer.
- Open the String Operation node.
- In the Conversion node, select the To Upper ActionStep.
Parameters:
The ActionStep has the following input parameters:
name |
Description
|
---|---|
String |
The string to be converted to uppercase.
Allowed Context Scopes [Fixed, Local, Global] Allowed Context Types [Variable, Parameter, Enum] |
Results:
The ActionStep returns the following results:
name
|
description
|
---|---|
Result |
Contains the uppercase equivalent of the specified string.
Allowed Context Scopes [Fixed, Local, Global] Allowed Context Types [Variable, Parameter] |
Example 1 (Convert a variable string to uppercase):
This example changes the string value of the local Client Name variable with Text as a data type to uppercase. The result is then output via Write Text.