The StringCaseConvert command

The StringCaseConvert command converts all of the characters in an input string into upper or lower case. The parameters described in the table below can be defined from the process command window.

Field

Description

Label

Specifies the unique label of this process command. This label allows other commands to branch to this command. The label that you type here appears in the Label column on the EC Gateway Process Window.

Disable command

Disabling the command will allow temporary modification of the process statements. This allows for testing of the statements for error-free robustness. The command that has been disabled will not show in the script file (.pfs file).

Destination

The variable that receives the converted string. This can be a FileName variable or Parameter variable.

Source

The variable that contains the string to be converted. This can be a FileName variable or a Parameter variable.

Conversion

The conversion to be performed – to upper or lower case. All of the characters in the input string are converted.