Tuesday, April 16, 2013

Playing With Python

I'm pretty good at VBA, I'd say. (NO, that doesn't mean I can just record macros! but that's a different story.) As much as I like VBA for what I can do with it, people - other programmers in particular - seem to think VBA is the red-headed step-child or black sheep of languages. Perhaps I should look into something else?

Tuesday, April 2, 2013

Golfing Tip - VBA: Split a string into a character array

Golfing code is the practice or activity of reducing usable, functional code to the smallest number of characters or bytes that you can, while still maintaining the code's original functionality. I participate in golfing (and other) challenges at CodeGolf.SE (part of the StackExchange network), so from time to time, I will set aside some effort to elaborate on certain solutions I provide.

Today's tip can also be found by following this link.
When you're done reading, see what else you can do with Strings!

comments powered by Disqus