Omnimaga

General Discussion => Other Discussions => Humour and Jokes => Topic started by: cooliojazz on August 06, 2010, 03:21:19 am

Title: Ever Wanted to Screw With IntelliSense? Here's How.
Post by: cooliojazz on August 06, 2010, 03:21:19 am
Two lines which create an array of arrays and set the first element of that to the parent array.  Intellisense doesn't really know when to stop...
Code: [Select]
Dim Arr(0) As Array
Arr(0) = {Arr}
;D
Title: Re: Ever Wanted to Screw With IntelliSense? Here's How.
Post by: SirCmpwn on August 06, 2010, 09:19:06 am
Nice!  That's pretty badass.
tiDE will have intellisense, too, but I don't know how much you could screw with it.
Title: Re: Ever Wanted to Screw With IntelliSense? Here's How.
Post by: DJ Omnimaga on August 07, 2010, 02:11:41 pm
Wow nice lol. Did it crash badly?

I always liked intellisense, though. Back when I programmed in Visual Basic 6.0 (which dates back in 1998), I found it pretty useful.
Title: Re: Ever Wanted to Screw With IntelliSense? Here's How.
Post by: fb39ca4 on August 07, 2010, 02:33:30 pm
lol! Hopefully it wont happedn with tiDE