pelegk1
06-28-2006, 05:34 AM
when i store data from textarea with browken line and them put htem back
to a textarea(like in this textarea that i type in) i see the lines as they were originally types in-with browken lines.
when i enter few lines into a db like this :
'sss'+char(13)+'xxx'+char(13)+'ddddd'
and then i put this text into a textarea i see all the text in 1 line!
what the diffrence between the carriage return of the textarea and char(13)
which char do i need ot use to execlly get the same result?
thnaks i advance
peleg
to a textarea(like in this textarea that i type in) i see the lines as they were originally types in-with browken lines.
when i enter few lines into a db like this :
'sss'+char(13)+'xxx'+char(13)+'ddddd'
and then i put this text into a textarea i see all the text in 1 line!
what the diffrence between the carriage return of the textarea and char(13)
which char do i need ot use to execlly get the same result?
thnaks i advance
peleg