DECORATE A_Print question
Posted: Mon Jul 26, 2010 7:34 am
I was wondering if it is possible to have A_Print output numeric / compound strings?
In my case, I'd like to debug some user vars and internal variables like angle and pitch. Ideally, I'd call A_Print(angle) or A_Print("Here's the angle:"+angle+", and here's the pitch:"+pitch+ ",and here's the user_value:"+user_theta). However, A_Print only seems to work with (static) strings, or is there something I'm missing?
In my case, I'd like to debug some user vars and internal variables like angle and pitch. Ideally, I'd call A_Print(angle) or A_Print("Here's the angle:"+angle+", and here's the pitch:"+pitch+ ",and here's the user_value:"+user_theta). However, A_Print only seems to work with (static) strings, or is there something I'm missing?