The % character, need help asap
Posted: Mon Aug 01, 2011 2:59 pm
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.
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.