rbf_formatCurrency(35) now returns "undefined35.00"

Posted by Rollbase User on 21-Dec-2009 11:34

rbf_formatCurrency(35) now returns "undefined35.00". It does this for all numbers... Maybe this has something to do with my previous post about rbf_formatCurrency(0) not returning $0.00?

All Replies

Posted by Admin on 21-Dec-2009 12:12

Please try rbf_formatCurrency(35, "$")
Please see updated documentation for details.

Posted by Admin on 21-Dec-2009 12:13

Just so you know, we are having the same problem when using the rbf_GetFloat.

Posted by Admin on 21-Dec-2009 12:23

Please provide your code. Meanwhile try to use rbf_formatCurrency(value, "$")

Posted by Admin on 21-Dec-2009 12:30

The documentation says the currency symbol is $ by default, so why do I need to pass the "$"?

Posted by Admin on 21-Dec-2009 12:34

Yes, absolutely, I will do this tonight.

Posted by Admin on 21-Dec-2009 12:36

Posted by Admin on 21-Dec-2009 12:37

Thanks!

This thread is closed