I seem to remember it being possible to run a downto statement in c++, but I cant figure out how to do it in VB. In the for statement, I want it to count from like 500 to 0 instead of 0 to 500. Is it ...
What you may not know is that, as of Visual Basic 10 (.NET Framework 4/Visual Studio 2010), there's a variation on that syntax you can use to initialize collection: Just insert the keyword From ...