ID:166408
Aug 8 2006, 6:01 pm
|
|
I've been wondering howto find a return in a message. The only way i have found is by using text2ascii() that using an if statement to figure out if the ascii is 10. Any other way to find a return?
|
Aug 8 2006, 6:11 pm
|
|
I think the ascii way will work. I don't know of another way.
|
In response to Rockinawsome
|
|
I usually make macros for Carriage Return and Linefeed, and then the two combined.
#define Cr ascii2text(13) Something like that. |