The % character, need help asap

Discuss any general programming issues here
Post Reply
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

The % character, need help asap

Post 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.
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: The % character, need help asap

Post by djrikki »

How the hell do I output the percentage sign %!!

I've tried all the tricks in the book.. debugprint(chr(37))... nothing....
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
User avatar
airsoftsoftwair
Posts: 5443
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: The % character, need help asap

Post by airsoftsoftwair »

Sorry, that's a bug. I'll fix it. Until then, please don't use % with DebugPrint() :)
djrikki
Posts: 682
Joined: Wed Apr 06, 2011 12:26 am

Re: The % character, need help asap

Post by djrikki »

Okay thanks.
Evolve - Rapid GUI Development tool for MUI Royale and RapaGUI
http://myevolve.wordpress.com
Post Reply