Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

integer to character

Former Member
0 Likes
566

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
529

You can move the integer value to character field by using move statement.

3 REPLIES 3
Read only

Former Member
0 Likes
530

You can move the integer value to character field by using move statement.

Read only

Former Member
0 Likes
529

you can simply assign that integer variable to another variable that is defined as character type

Read only

Former Member
0 Likes
529

thank you!

points awarded!