The StringLength command returns the length of a specified string. This length is expressed in the number of characters and its value is output to a variable. The parameters described in the table below can be defined from the process command window. 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. The Disable Command check box allows the individual line in a process to be enabled or disabled for testing and debugging.
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). |
Length |
A Count variable containing the output number of characters in the input string. |
String |
A FileName or Parameter variable containing the input string to be measured. |