Hi,
I am trying to log floating values but cant seem to figure out how to make it work..
I have tried:
Log_info1("float=%f",f);
Log_info1("float=%f",(IArg)f);
Log_info1("float=%f",floatToArg(f));
None of these seems to be working. I also could not find anything on the forums...
Thanks
Derek
