What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Solved]Weird breakline problems

[Solved]Weird breakline problems
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15497
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Weird breakline problems
A line break can be many things, thus not only \n

You have ascii code 13 (Carriage Return), but also ascii code 10 (Line Feed), or a combination of the two: CRLF...




PS: a line break is a character like anything else and it should be able to be passed just as well without any workarounds. If you need such workarounds, maybe something else is wrong...

Before passing the line to your DLL, do a Debug.Trace of the actual string you're going to send. If that doesn't contain the multiple lines, then there is something wrong even before you send it to the DLL...

So all in all, this is mostlikely not a problem of the linefeeds or carriage returns not being passed, but probably an error in the routine you use to even get those lines in the first place.

This post was edited on 06-29-2006 at 05:21 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
06-29-2006 05:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved]Weird breakline problems - by Mike on 06-29-2006 at 05:06 PM
RE: Weird breakline problems - by CookieRevised on 06-29-2006 at 05:16 PM
RE: Weird breakline problems - by Mike on 06-29-2006 at 08:14 PM
RE: [Solved]Weird breakline problems - by RaceProUK on 06-29-2006 at 09:35 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On