Tag vbscript
Functionality and stupidity
I start my internship today. As a result of this, I woke up early and dressed in uncomfortable clothes so I can look “respectable”. I don’t see how wearing pants that feel like they’re restricting your movement and shoes that have horrid support makes you respectable, but I don’t make the rules. If anyone has some suggestions for comfortable dress pants (business casual) and shoes, please let me know. I normally wear JNCO jeans and they’re comfortable.
Proof of Idiocy
I’ve spent the last 40 minutes hacking out (if you can even call it that) VBScript for a class I’m taking. I am thoroughly convinced that M$ is completely retarded now (not that I didn’t have my doubts before). I had to do some work with arrays and the declaration of arrays is one of the most horrid implementations I’ve ever seen. The first thing I noticed was that dim myArray(9) declares an array of 10 elements.