with another idea, the only other thing I dislike about VB6, other than the project system, is the commenting I think just using ' is inneficient I preffer using // and //* *// like in C because if I have to comment out over 200 lines of code, and then uncomment them, I will be there a while (unless I cut and paste but STILL) its much more efficient to use the C-Like Commenting so if you can implement it please do or '* *' or something LOL but I prefer not to write ' so much Date of registration: Jul 16th 2008
Location: Erlangen, Germany
Occupation: Software Developer
Hobbies: Jabaco, game theory, text-mining
the jabaco-ide will do this job for you. mark the some lines and search for the "(un)comment"-icon in the toolbar.
Quoted
using ' is inneficient [...] because if I have to comment out over 200