Better MID() and other string extraction examples, currently lacking from the web. Please help me make a good example, or complete this one here. Something like this:
DIM strEmpty as String, strNull as String, theText as String
DIM idx as Integer
DIM letterCount as Integer
DIM result as String
...