PC Review


Reply
Thread Tools Rate Thread

Carriage Return Character

 
 
Burt Rosner
Guest
Posts: n/a
 
      11th Feb 2004
Dear Sir/Madam,

I'm looking for a way to put a carriage return character
into a memo field.

Does anyone know what the ASCII character is for a
carriage return. If you do, it would save me a lot of
time trying to figure it out.

Thanks,

Burt

 
Reply With Quote
 
 
 
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Feb 2004
Just enter a <p>

end of first paragraph.<p>Next paragraph....

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Burt Rosner" <(E-Mail Removed)> wrote in message
news:ded701c3f08d$5e976160$(E-Mail Removed)...
> Dear Sir/Madam,
>
> I'm looking for a way to put a carriage return character
> into a memo field.
>
> Does anyone know what the ASCII character is for a
> carriage return. If you do, it would save me a lot of
> time trying to figure it out.
>
> Thanks,
>
> Burt
>



 
Reply With Quote
 
Burt Rosner
Guest
Posts: n/a
 
      11th Feb 2004
Thanks for your feedback. However, that didn't do it.
>-----Original Message-----
>Just enter a <p>
>
>end of first paragraph.<p>Next paragraph....
>
>--
>
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, WebCircle,
>MS KB Quick Links, etc.
>==============================================
>To assist you in getting the best answers for FrontPage

support see:
>http://www.net-sites.com/sitebuilder/newsgroups.asp
>
>"Burt Rosner" <(E-Mail Removed)> wrote

in message
>news:ded701c3f08d$5e976160$(E-Mail Removed)...
>> Dear Sir/Madam,
>>
>> I'm looking for a way to put a carriage return character
>> into a memo field.
>>
>> Does anyone know what the ASCII character is for a
>> carriage return. If you do, it would save me a lot of
>> time trying to figure it out.
>>
>> Thanks,
>>
>> Burt
>>

>
>
>.
>

 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      11th Feb 2004
Where are you trying to use this, the Discussion Web or Guest Books, etc. of
a ASP application, which is where I have used it.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Burt Rosner" <(E-Mail Removed)> wrote in message
news:e9ec01c3f098$c769f0d0$(E-Mail Removed)...
> Thanks for your feedback. However, that didn't do it.
> >-----Original Message-----
> >Just enter a <p>
> >
> >end of first paragraph.<p>Next paragraph....
> >
> >--
> >
> >==============================================
> >Thomas A. Rowe (Microsoft MVP - FrontPage)
> >WEBMASTER Resources(tm)
> >http://www.ycoln-resources.com
> >FrontPage Resources, WebCircle,
> >MS KB Quick Links, etc.
> >==============================================
> >To assist you in getting the best answers for FrontPage

> support see:
> >http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> >"Burt Rosner" <(E-Mail Removed)> wrote

> in message
> >news:ded701c3f08d$5e976160$(E-Mail Removed)...
> >> Dear Sir/Madam,
> >>
> >> I'm looking for a way to put a carriage return character
> >> into a memo field.
> >>
> >> Does anyone know what the ASCII character is for a
> >> carriage return. If you do, it would save me a lot of
> >> time trying to figure it out.
> >>
> >> Thanks,
> >>
> >> Burt
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
Burt Rosner
Guest
Posts: n/a
 
      11th Feb 2004
Tom,

I want to save a string from a web page to a memo field in
MS Access and have it show as multiple lines.

Doesn't matter. I made a For loop (values 0 to 255), in
MS Access, to show all chr() values and what they
represented and included a debug.print command. I looked
at the list that was generated and saw one command that
looked like it skipped a line. That was it. The Chr(10)
did what I needed. I believe there are other values that
do the same thing because I notice other skipped lines,
but stopped when the value 10 did it. it really didn't
take me long to do either.

Thanks,

Burt


>-----Original Message-----
>Where are you trying to use this, the Discussion Web or

Guest Books, etc. of
>a ASP application, which is where I have used it.
>
>--
>
>==============================================
>Thomas A. Rowe (Microsoft MVP - FrontPage)
>WEBMASTER Resources(tm)
>http://www.ycoln-resources.com
>FrontPage Resources, WebCircle,
>MS KB Quick Links, etc.
>==============================================
>To assist you in getting the best answers for FrontPage

support see:
>http://www.net-sites.com/sitebuilder/newsgroups.asp
>
>"Burt Rosner" <(E-Mail Removed)> wrote

in message
>news:e9ec01c3f098$c769f0d0$(E-Mail Removed)...
>> Thanks for your feedback. However, that didn't do it.
>> >-----Original Message-----
>> >Just enter a <p>
>> >
>> >end of first paragraph.<p>Next paragraph....
>> >
>> >--
>> >
>> >==============================================
>> >Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >WEBMASTER Resources(tm)
>> >http://www.ycoln-resources.com
>> >FrontPage Resources, WebCircle,
>> >MS KB Quick Links, etc.
>> >==============================================
>> >To assist you in getting the best answers for FrontPage

>> support see:
>> >http://www.net-sites.com/sitebuilder/newsgroups.asp
>> >
>> >"Burt Rosner" <(E-Mail Removed)>

wrote
>> in message
>> >news:ded701c3f08d$5e976160$(E-Mail Removed)...
>> >> Dear Sir/Madam,
>> >>
>> >> I'm looking for a way to put a carriage return

character
>> >> into a memo field.
>> >>
>> >> Does anyone know what the ASCII character is for a
>> >> carriage return. If you do, it would save me a lot

of
>> >> time trying to figure it out.
>> >>
>> >> Thanks,
>> >>
>> >> Burt
>> >>
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Kevin Spencer
Guest
Posts: n/a
 
      11th Feb 2004
In VBScript (ASP): VbCrLf

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Burt Rosner" <(E-Mail Removed)> wrote in message
news:ded701c3f08d$5e976160$(E-Mail Removed)...
> Dear Sir/Madam,
>
> I'm looking for a way to put a carriage return character
> into a memo field.
>
> Does anyone know what the ASCII character is for a
> carriage return. If you do, it would save me a lot of
> time trying to figure it out.
>
> Thanks,
>
> Burt
>



 
Reply With Quote
 
JL Amerson
Guest
Posts: n/a
 
      11th Feb 2004
Alt+0182


"Burt Rosner" <(E-Mail Removed)> wrote in message
news:e9ec01c3f098$c769f0d0$(E-Mail Removed)...
> Thanks for your feedback. However, that didn't do it.
> >-----Original Message-----
> >Just enter a <p>
> >
> >end of first paragraph.<p>Next paragraph....
> >
> >--
> >
> >==============================================
> >Thomas A. Rowe (Microsoft MVP - FrontPage)
> >WEBMASTER Resources(tm)
> >http://www.ycoln-resources.com
> >FrontPage Resources, WebCircle,
> >MS KB Quick Links, etc.
> >==============================================
> >To assist you in getting the best answers for FrontPage

> support see:
> >http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> >"Burt Rosner" <(E-Mail Removed)> wrote

> in message
> >news:ded701c3f08d$5e976160$(E-Mail Removed)...
> >> Dear Sir/Madam,
> >>
> >> I'm looking for a way to put a carriage return character
> >> into a memo field.
> >>
> >> Does anyone know what the ASCII character is for a
> >> carriage return. If you do, it would save me a lot of
> >> time trying to figure it out.
> >>
> >> Thanks,
> >>
> >> Burt
> >>

> >
> >
> >.
> >



 
Reply With Quote
 
Burt Rosner
Guest
Posts: n/a
 
      13th Feb 2004
Thanks for your answer.

I figured out Chr(10) would do it. I was advised to use
Chr(13). Someone else gave me vbNewLine, & vbCrLf

So I'm pretty good right now.

Thanks again,

Burt
>-----Original Message-----
>Alt+0182
>
>
>"Burt Rosner" <(E-Mail Removed)> wrote

in message
>news:e9ec01c3f098$c769f0d0$(E-Mail Removed)...
>> Thanks for your feedback. However, that didn't do it.
>> >-----Original Message-----
>> >Just enter a <p>
>> >
>> >end of first paragraph.<p>Next paragraph....
>> >
>> >--
>> >
>> >==============================================
>> >Thomas A. Rowe (Microsoft MVP - FrontPage)
>> >WEBMASTER Resources(tm)
>> >http://www.ycoln-resources.com
>> >FrontPage Resources, WebCircle,
>> >MS KB Quick Links, etc.
>> >==============================================
>> >To assist you in getting the best answers for FrontPage

>> support see:
>> >http://www.net-sites.com/sitebuilder/newsgroups.asp
>> >
>> >"Burt Rosner" <(E-Mail Removed)>

wrote
>> in message
>> >news:ded701c3f08d$5e976160$(E-Mail Removed)...
>> >> Dear Sir/Madam,
>> >>
>> >> I'm looking for a way to put a carriage return

character
>> >> into a memo field.
>> >>
>> >> Does anyone know what the ASCII character is for a
>> >> carriage return. If you do, it would save me a lot

of
>> >> time trying to figure it out.
>> >>
>> >> Thanks,
>> >>
>> >> Burt
>> >>
>> >
>> >
>> >.
>> >

>
>
>.
>

 
Reply With Quote
 
Burt Rosner
Guest
Posts: n/a
 
      13th Feb 2004
Thanks for the answer,

Burt

>-----Original Message-----
>In VBScript (ASP): VbCrLf
>
>--
>HTH,
>Kevin Spencer
>..Net Developer
>Microsoft MVP
>Big things are made up
>of lots of little things.
>
>"Burt Rosner" <(E-Mail Removed)> wrote

in message
>news:ded701c3f08d$5e976160$(E-Mail Removed)...
>> Dear Sir/Madam,
>>
>> I'm looking for a way to put a carriage return character
>> into a memo field.
>>
>> Does anyone know what the ASCII character is for a
>> carriage return. If you do, it would save me a lot of
>> time trying to figure it out.
>>
>> Thanks,
>>
>> Burt
>>

>
>
>.
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Carriage return character in combobox SteveZmyname Microsoft Excel Misc 0 12th Mar 2010 04:32 PM
What is that character, carriage return? John Smith Microsoft Word New Users 1 11th Sep 2009 07:10 PM
Search and replace hard-line-return character, not carriage return =?Utf-8?B?VHlsZXIgVA==?= Microsoft Word Document Management 2 16th Aug 2006 09:11 PM
Carriage return character =?Utf-8?B?YWxyYXN0cm8=?= Microsoft Excel Programming 8 14th Aug 2006 06:37 PM
Carriage Return Character Burt Rosner Microsoft Access Getting Started 6 13th Feb 2004 06:40 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:21 AM.