Quote:
Originally Posted by Jelle
What is the float term of "ddddd"?
|
That should return 0.0
str_to_num("ddddd") would return 0 and str_to_num("15ddddd") would return 15. I've never tested with anything else, but they
should be the same? You could always go test it yourself