Software Affected: EngageOne Designer & Generate
Issue
EngageOne Designer & Generate Error: GEN0373W Attempt to convert a String to a Counter failed - defaulting to zero.
Cause
Using a lookup value return to cast a value from a string to an integer using a variable failed with this error:
Resolution
UPDATED: November 3, 2017When casting from one value type to another value type, the value used must be valid for the type of variable declared.
For example, when castinga string value to an integer, the string can only contain valid integer values, otherwise the error will occur. You must review the value being used for casting to ensure that it is valid for the variable type used.
For example, when castinga string value to an integer, the string can only contain valid integer values, otherwise the error will occur. You must review the value being used for casting to ensure that it is valid for the variable type used.