Page 1 of 1

The % character, need help asap

Posted: Mon Aug 01, 2011 2:59 pm
by djrikki
If I type DebugPrint("%p%s") I get '0xffffffff__tostring'.

How do I stop this? I want to send plain text/as is %p%s to the command line.

I tried DebugPrint("\%p\%s").. this did not work.

Incidently if I type DebugPrint("%%p%%s") and run a DSI appears.

Re: The % character, need help asap

Posted: Mon Aug 01, 2011 11:06 pm
by djrikki
How the hell do I output the percentage sign %!!

I've tried all the tricks in the book.. debugprint(chr(37))... nothing....

Re: The % character, need help asap

Posted: Wed Aug 03, 2011 11:10 pm
by airsoftsoftwair
Sorry, that's a bug. I'll fix it. Until then, please don't use % with DebugPrint() :)

Re: The % character, need help asap

Posted: Wed Aug 03, 2011 11:39 pm
by djrikki
Okay thanks.