Discuss Scratch
- Discussion Forums
- » Bugs and Glitches
- » [FIXED] v438 type conversion errors
- chooper100
-
Scratcher
500+ posts
[FIXED] v438 type conversion errors
Since the v438 player update, type conversion to/from string does not seem to be working as it used to.
Demo Project:
https://scratch.mit.edu/projects/70584962/
EDIT: Also, @TheLogFather has noticed that “Infinity” no longer seems to be treated as a number, so this code will also not work:
Demo Project:
https://scratch.mit.edu/projects/70584962/
EDIT: Also, @TheLogFather has noticed that “Infinity” no longer seems to be treated as a number, so this code will also not work:
<((1) / (0)) = [Infinity]> // Reports false; should report true
Last edited by chooper100 (July 17, 2015 09:40:55)
- RjLance
-
Scratcher
1000+ posts
[FIXED] v438 type conversion errors
Thank you for bringing this to our attention, chooper100. Logged an issue
- chooper100
-
Scratcher
500+ posts
[FIXED] v438 type conversion errors
Thank you for bringing this to our attention, chooper100. Logged an issueNo problem! I'm only trying to help

- Discussion Forums
- » Bugs and Glitches
-
» [FIXED] v438 type conversion errors