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

string

Former Member
0 Likes
715

Hi,

I would like to output a string '123-' as '-123'.

I know that using SHIFT CIRCULAR we can move left most character to right.

as '23-1'. Also we can do it by concatenating '-' with the variable. But i would like to know any thing similar to SHIFT string CIRCULAR but quite opposite.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
687

Use this FM CLOI_PUT_SIGN_IN_FRONT

Thanks,

Santosh

4 REPLIES 4
Read only

Former Member
0 Likes
688

Use this FM CLOI_PUT_SIGN_IN_FRONT

Thanks,

Santosh

Read only

0 Likes
687

Great.....Thank you

Read only

Former Member
0 Likes
687

Hi,

Use CLOI_PUT_SIGN_IN_FRONT

Regards

SUbramanian

Read only

Former Member
0 Likes
687

Hi Dev,

Use CLOI_PUT_SIGN_IN_FRONT or you can use Right addition also.

SHIFT string CIRCULAR RIGHT.

Ashven