It's working well for me. I'm testing the 32-bit version. I've really been trying to abuse it, to find any bugs, but it's rock solid! I found out an odd thing playing around - you can over-ride the IDE formatting settings, in code, by placing an underscore before the line. Was surprised that the below code compiled as is. Not that this matters for anything, but I just found it interesting that the IDE bypasses auto capping and formatting the code after an underscore.
1 _
do
a_
=_
rnd*3
_
for t=1to 43step 1
:_
_
print a,t+rnd*333
_
next
_
::::if inkey$<>""then end
_
loop
:)
Good job on what looks like will be another good version release!
- Dav