Converting Variable Types
Cycle includes Steps to convert the datatype of a variable. The datatype can be converted from a string to an integer or double. Conversely, the datatype can be converted to an integer or double from a string. The conversions Steps are:
I convert string variable "< STRING_VARIABLE_NAME >" to < INTEGER|DOUBLE > variable "< NUMBER_VARIABLE_NAME >"
I convert number variable "< NUMBER_VARIABLE_NAME >" to string variable "< STRING_VARIABLE_NAME >"