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

convert string into integer

Former Member
0 Likes
448

hi,

a string which have '-' sign & number(EX : -300000). I want to convert that one into CURRENCY along with '-' sign. How can I do this ?

plz help me.

2 REPLIES 2
Read only

Former Member
0 Likes
408

use code as below :

data : a type string.

data : b type ekpo-NETPR.

a = '-300000'.

b = a.

write : a.

write : b.

Read only

Former Member
0 Likes
408

Use this Function Module.

<b>CONVERT_STRING_TO_INTEGER</b>

Regards,

Maha