i have a really weird prob
i do a normal sockread, only echoing der variable i read in and it returns the following:
<td colspan="1" nowrap><select class='mini' name='GameTypeSelect'><option value="XGame.xBombingRun">Bombing Run</option><option value="XGame.xCTFGame">Capture the Flag</option><option value="XGame.xDeathMatch" selected>DeathMatch</option><option value="XGame.xDoubleDom">Double Domination</option><option value="Excessive.ExcessiveBR">Excessive Bombing Run</option><option value="Excessive.ExcessiveCTF">Excessive Capture The Flag</option><option value="Excessive.ExcessiveDM">Excessive Death Match</option><option value="Excessive.ExcessiveDD">Excessive Double Domination</option><option value="Excessive.ExcessiveTDM">Excessive Team Death Match</option><option value="SkaarjPack.Invasion">Invasion</option><option value="BonusPack.xLastManStandingGame">Last Man Standing</option><option value="BonusPack.xMutantGame">Mutant</option><option value="Rocketeer084b.RocketeerGame">Rocketeer 2003</option>[color:red]<option value="XGame.xTe
thmatch</option>[/color]</select>
instead of:
... [color:red]<option value="XGame.xTeamGame" selected>Team Deathmatch</option>[/color] ...
i examined the packages i received, but there was everything ok
so mirc cuts out some characters and put a $crlf instead
i really cant figure out why