pigraham wrote:
get string sprite operates like a stream to convert numeric variables to strings. You can "print" a variable by scrolling it across the LED array.
Unfortunately I just found that numeric decimals only work on the emulator, not on a real bug:
3.141592 => "3.141592" on emulator, but truncated to just "3" on a real codebug:
Does CodeBug handle reals at all? Set variable to a decimal and it shows the integer equivalent.
I assumed it is integer only. Floating point would be overkill for such a simple device.