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
564

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
527

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

3 REPLIES 3
Read only

Former Member
0 Likes
528

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

Read only

Former Member
0 Likes
527

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

Read only

Former Member
0 Likes
527

thank you!

points awarded!