debugPrintln outputs its parameters in reverse order.
(eg) to displays PARAMETER1= PARAMETER2 debugPrintln must be coded as debugPrintln(PARAMETER2,"PARAMETER1= ");
Is there a fix for this?
Thanks
Joe Miller
(eg) to displays PARAMETER1= PARAMETER2 debugPrintln must be coded as debugPrintln(PARAMETER2,"PARAMETER1= ");
Is there a fix for this?
Thanks
Joe Miller
Comment