This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Log_info for a float?



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