Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: cariage return ?
ok ok ok
i'm blind today, sorry for the disturb
the code for the job is :
txtstr:=concat(txtstr,CHR(13));
txtstr:=concat(txtstr,CHR(10));
guyon benoit -- bguyon_at_polydeme.fr
société polydeme -- http://www.polydeme.fr
Salut ! Je suis un virus de signature :) Mettez-moi dans la vôtre.
"Any technology distinguishable from magic is insufficiently advanced."
benoit guyon <bguyon_at_polydeme.fr> a écrit dans l'article
<01bef3e0$18cc7930$1101a8c0_at_ouagadougou>...
> hello
> I' have this problem :
> i store text in oracle for a multiline text box (power++ - microsoft
> platform), and i want to make a pl/sql procedure with this code :
>
> txtstr:=concat(txtstr,'\r\n');
>
> but, of course, it doesn't work :)
> does anybody knows how to insert a 'cariage return - line feed' under
> pl/sql ?
> thanks in advance
>
> guyon benoit -- bguyon_at_polydeme.fr
> société polydeme -- http://www.polydeme.fr
> Salut ! Je suis un virus de signature :) Mettez-moi dans la vôtre.
> "Any technology distinguishable from magic is insufficiently advanced."
>
Received on Tue Aug 31 1999 - 13:15:42 CDT
![]() |
![]() |