Floor and Ceil displays differently in Windows and Android.
Example:
Str$(Floor(13.0/5))
Windows output: 2
Android output: 2.0
Printable View
Floor and Ceil displays differently in Windows and Android.
Example:
Str$(Floor(13.0/5))
Windows output: 2
Android output: 2.0
Fixed in the next beta.
Hey James, no rush but I'm curious if you have a target release date for Beta 33?