Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: new here -- what is vbcrlf


Message #1 by "Richard Graves" <richgraves@m...> on Wed, 6 Dec 2000 15:09:21 -0800

and where is there a glossary or terms?

Message #2 by "Harsh Nandu" <harsh_stgil@h...> on Thu, 07 Dec 2000 07:32:59 -0000
Hi,



vbcrlf is a constant for new line.

When user type in a textarea the carriage return is represented by vbcrlf. 

While displaying we replace this character with an HTML equivalent i.e. <br>



You can get a glossary of these terms in msdn.

Just serach for vbcrlf & it would lead you to table of similar other 

constants.



Regds,

Harsh



>From: "Richard Graves" <richgraves@m...>

>Reply-To: "ASP Web HowTo" <asp_web_howto@p...>

>To: "ASP Web HowTo" <asp_web_howto@p...>

>Subject: [asp_web_howto] new here -- what is vbcrlf

>Date: Wed, 6 Dec 2000 15:09:21 -0800

>

>

>and where is there a glossary or terms?

>

Message #3 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Thu, 7 Dec 2000 09:31:46 -0000
carriage return and line feed, MSDN or VB help



-----Original Message-----

From: Richard Graves [mailto:richgraves@m...]

Sent: Wednesday, December 06, 2000 11:09 PM

To: ASP Web HowTo

Subject: [asp_web_howto] new here -- what is vbcrlf







and where is there a glossary or terms?





Scottish Enterprise Network

http://www.scottish-enterprise.com



Message #4 by "Vitor Fernandes" <vitor.fernandes@d...> on Thu, 7 Dec 2000 10:51:31 -0000
vfCrLf (carriage return new line) is a special keyword of VB which means a

new line character.



Regards,

Vitor Fernandes

Rua Torcato José Clavine, nº 5, Sub/Cave Direita

2800-592 Almada, Portugal

Tel: +xxx xxx xxx xxx / e-mail: vitor.fernandes@d...

www.dotonthebox.com









----- Original Message -----

From: Richard Graves

To: ASP Web HowTo

Sent: Wednesday, December 06, 2000 11:09 PM

Subject: [asp_web_howto] new here -- what is vbcrlf







and where is there a glossary or terms?



Message #5 by "StephenB" <stephenb@w...> on Thu, 7 Dec 2000 12:24:35 -0000
vbcrlf is useful for making your code more readable when you View Ssource.

It is ignored by the browser.



The new P2P site will incorporate a Glossary and Acronyms database when it

goes line in the next few weeks.



moderator





"Richard Graves" <richgraves@m...> wrote in message

news:23508@a..._web_howto...

>

>

> and where is there a glossary or terms?

>

>





Message #6 by Scott Watermasysk <swatermasysk@C...> on Thu, 7 Dec 2000 07:38:52 -0500
Vbcrlf is a character return (ENTER) in VB. If you want outputted text to

appear on two different lines you would enter something like this:



response.write strText1 & Vbcrlf & strText2



and your output would look like



strText1

strText2



-----Original Message-----

From: Richard Graves [mailto:richgraves@m...]

Sent: Wednesday, December 06, 2000 6:09 PM

To: ASP Web HowTo

Subject: [asp_web_howto] new here -- what is vbcrlf







and where is there a glossary or terms?



Message #7 by Robert Chartier <rchartierh@a...> on Thu, 07 Dec 2000 08:47:42 -0500
http://www.aspfree.com/devlinks/search.asp?file404=string;constants#VBScript_Documentation



or



http://www.aspfree.com/devlinks/search.asp?file404=constant#VBScript_Documentation



for all constants













At 07:38 AM 12/7/00, you wrote:

>Vbcrlf is a character return (ENTER) in VB. If you want outputted text to

>appear on two different lines you would enter something like this:

>

>response.write strText1 & Vbcrlf & strText2

>

>and your output would look like

>

>strText1

>strText2

>

>-----Original Message-----

>From: Richard Graves [mailto:richgraves@m...]

>Sent: Wednesday, December 06, 2000 6:09 PM

>To: ASP Web HowTo

>Subject: [asp_web_howto] new here -- what is vbcrlf

>

>

>

>and where is there a glossary or terms?

>



Robert Chartier

Author, AspFree.com

xxx-xxx-xxxx

rchartierh@a...

http://www.aspfree.com/devlinks

http://www.aspfree.com/authors/robert

http://www.aspalliance.com/nothingmn




  Return to Index