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

Datatype Conversion

Former Member
0 Likes
534

Is there any means by which we can convert a character to

currency field

3 REPLIES 3
Read only

Former Member
0 Likes
423

Hi,

I suggest you to take a look at the "PACK" and "UNPACK" statements, using the F1 help.

Regards,

Erwan.

Read only

Former Member
0 Likes
423

Did you try moving a char value ( Having valid currency e.g. 'GBP' ) into a field declared as of type currency?

Same is true if your question is about currency amount.

If you did check that then can you please let us know the exact problem that you are facing ?

If not , then can you please do that first

And as suggested in the above answer ...use PACK statement to convert char into currency amount.

Cheers,

Ram

Message was edited by: Ram Manohar Tiwari

Read only

andreas_mann3
Active Contributor
0 Likes
423

Hi,

-it's possible with move : you can check

if , char-field must be converted:

->have a look to the following link:

regards Andreas