I'm trying to create a simple data field but getting this exception:
UnexpectedTypeException: Expected Number/Float/Long/Double, given null/Float
on the following line:
return info.currentSpeed * 3.6;
I've tried 3.6f, 3.6d, etc.
I'm missing something obvious. I'm a developer but this MonkeyC error escapes me :-).
(FWIW, using Eclipse on OS X)