Don't do this with a RowSet in API2

I have a variable named oRowSet but I accidentally typed RowSet:

For each Row as DatabaseRow in RowSet
Next

If you do that, the IDE crashes when you try to run or compile or analyze. But if you made that change along with about 20 others all over your code base, and you have to track back over your changes and you don’t see the issue and you keep looking for three hours, trying to figure out why the IDE is crashing, then you waste a lot of time and get frustrated and decide to go home and watch TV.

:slight_smile:

Make sure you send a Feedback report in. Definitely a bug that needs to be fixed.