halkun wrote:
Sorry, Didn't t mean to belittle the user. In a previous job I worked with a programmer who refused to get off of VB6 and go to .net
Kicking and screaming he went, going on about how Microsoft is destroying the language, and how they were turning their back on programmers. His biggest complaint? That Microsoft changed the Boolean value of "True" from -1 to 1 in vb.net, forcing him to have to rewrite his code from VB6. Whenever I see anything VB related, I get little chills.
On the flip side, Visual Basic (RealBasic, which is what OP is using, is a Visual Basic clone), is a great way to cut your teeth on beginning computer concepts. It's how *I* learned how to code for windows back in VB3. However, as fun is VB is, it should not be used for production code. It will cause massive problems. There are companies that used VB apps for their mission-critical operations, (I currently work for one), and found they can't go from 16 to 64 bit systems. Now every system in our field force is stuck with win7 machines with only 4GB of ram because going to 64-bit Win7 will cause half of our application suite to crash.
Just remember, the choices you make now impact how things go in the future...
I guess that goes for anything really.
O.T. Ah, I know the feeling, luckily I just moved from QBasic to VB6 when I realized that VB6 reached the end of the line, and that everything I learned on it is now useless, and that i must start over... The thing I loved most were the Inp and Out functions for the LPT port, so I could simply connect some diy contraption to my computer.