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. You can define the parameters in the table below from StringLength 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 (.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. |