The NumericType command examines an input string and determines if it is numeric or non-numeric. If the string is numeric, a code of 221 is returned. If the string is not numeric, a code of 220 is returned. A string that is a mix of numeric and non-numeric characters is considered non-numeric. 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 |
A variable containing the numerical value indicating the string is numeric or non-numeric. This value is stored in a Count variable. |
Source |
A variable containing the input string to be examined. This variable is a FileName or a Parameter. |