‎2007 Feb 09 10:40 PM
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.
‎2007 Feb 09 10:42 PM
‎2007 Feb 09 10:42 PM
‎2007 Feb 09 10:56 PM
‎2007 Feb 09 10:43 PM
‎2007 Feb 09 10:59 PM
Hi Dev,
Use CLOI_PUT_SIGN_IN_FRONT or you can use Right addition also.
SHIFT string CIRCULAR RIGHT.
Ashven