Processing Forum
float f = Float.valueOf(str).floatValue();
float f = Float.parseFloat(str);
float f = new Float(str);
and I've tried float(str); that didn't work either. Also tried
strtof but that doesn't seem to exist in processing.
No idea whats going on here. I can't post the full code as it is on
another computer with no internet.
Thanks in advance for any help, As I'm at a loss here for what to do now.