uhh I'm puzzled. I cant think of the other stuff, but a lot of things dont work when I'm debugging my app. IE this doesnt work with any string anymore. I have a string called CONTENT and I try this in the immediate window
?content.IndexOf("hello")

I get this error error: 'content.IndexOf' does not exist

I've tried accessign array items as well. I have a string[] and I try to access one element of it and I get this error:
error: 'links' is not an array or pointer. Indexing is not available
I get the same error when trying to access an item of any type of array (even arrayList) through the immediate window

wth is going on?!!