Go Back   PCMech Forums > Help & Discussion > Web Design / Development

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 09-20-2000, 10:23 AM   #1
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
When using CDONTS to send mail in ASP I know the body has to be fomatted as text but can use characters like Chr(13) to return to the next line. Where can I find a list of all characters?
artsapimp is offline   Reply With Quote
Old 09-20-2000, 02:38 PM   #2
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
euh, that's just plain ascii,

do a

dim i
for i = 0 to 255
response.write("ascii: " & i & " means: """ & chr(i) & """ ")
next

and you have the complete list.
mosquito is offline   Reply With Quote
Old 09-20-2000, 05:48 PM   #3
Member (10 bit)
 
Join Date: May 1999
Location: Orlando, FL
Posts: 975
Send a message via ICQ to artsapimp
Brilliant!!!!

Thank you very much.

I changed it to...

dim i
for i = 0 to 255
response.write("Chr(" & i & ") means: """ & chr(i) & """
")
next

But that worked perfect. Thanks again.
artsapimp is offline   Reply With Quote
Old 09-20-2000, 06:02 PM   #4
SQL nutcase
 
mosquito's Avatar
 
Join Date: Sep 2000
Location: Belgium
Posts: 1,136
Send a message via AIM to mosquito
you're welcome.
mosquito is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes 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 On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 06:52 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2