Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-13-2006, 10:15 PM   #1 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default line breaks

(if there is one...) whats the ASCII value for a line break?

=================================================
I'm having some issues because i am making something that turns text into font that looks like you wrote it, and one of the things it does is crossout a character (using the font tom-crossout), then it echo's it again in a readable font (so two different fonts - readable, and crossed out).

If i could use something like

PHP Code:
if (ord($charascii) == XX){
     
$font tom-readable;
     } 
it would prevent this.


If there isn't a way to do this with ASCII, how could I exclude line breaks?

Thanks
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
Old 12-13-2006, 10:45 PM   #2 (permalink)
office politics's Avatar
 
It's all just 1s and 0s

Join Date: Jan 2004

Location: in the lab

Posts: 4,410

office politics will become famous soon enough

Default

lookup carriage return and line feed
office politics is offline  
 
Closed Thread

Thread Tools
Display Modes

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 On