hey folks, was hoping someone might clue me in on a little issue that im drawing a blank on. what ive done is written a collection of tcl scripts to pull data off of my board and show it to the channel. thats no problem, everything functions just as i want it to. however, my question is more of a style issue. check out a small snippet of what ive got (its based upon the last releases tcl script posted on this board):
You must first be a
registered member to view any code.
and so this is iterated to give all results and gets sent to the irc channel thru the tcl script. my problem is, is the last portion of the echo as you can see is the LF (\n definition). when my last result is returned i always wind up with an extra line feed echoed into irc. my question is, is there any possible alternative to make this work (either change PHP or TCL script) to make it so that there are no extra line feeds at the end of the returned results?
thanks all, appreciate your help
--Sphinx