SetInterval(1, a, 1) putting : between a and , crashes Windows IDE
Posted: Wed Sep 18, 2019 12:27 pm
This is a very odd one, happens on Windows 10 Windows IDE
If I write this from beginning to end, no problem. But If I instead first this first:
And if I click between "a" and "," and try to write ":" it crashes Windows IDE
As I tried different variations, it seems to have to do specifically with that space between "a" and "," there can be even empty spaces there, but as long as you write ":" there it crashes IDE.
Is this with me only, or others suffer the same?
If I write this from beginning to end, no problem. But If I instead first this first:
Code: Select all
SetInterval(1, a, 1)As I tried different variations, it seems to have to do specifically with that space between "a" and "," there can be even empty spaces there, but as long as you write ":" there it crashes IDE.
Is this with me only, or others suffer the same?