‎2008 Jun 05 11:10 AM
Hi,
can anyone tell me how to convert a integer type field to a character type? or how to copy a integer value to a numeric field?
‎2008 Jun 05 11:11 AM
You can move the integer value to character field by using move statement.
‎2008 Jun 05 11:11 AM
You can move the integer value to character field by using move statement.
‎2008 Jun 05 11:12 AM
you can simply assign that integer variable to another variable that is defined as character type
‎2008 Jun 05 11:20 AM