Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Help with replace chr (160)

1150414Feb 9 2014 — edited Feb 9 2014

Hi,

I'm working in Application Express 4.2.4.00.08 and I'm trying to replace  a character 160 (hard spaces), and  I used this function:

     replace ((' 473400') , chr (160), 'y')  

But this function doesn't work, I also tried with translate, but not work.

Can somebody help me.

Thanks.

This post has been answered by 1150414 on Feb 9 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 9 2014
Added on Feb 9 2014
6 comments
4,965 views