Manipulate arrays

Probably what I like least about VBScript is it's lack of built in functions for manipulating arrays. This means you've gotta write your own. In working on my new top secret project, I needed a way to remove an item from a 2 dimensional array without affecting the rest of the items in the array. And to that end, after 2 hours of searching on Google, I decided to write my own dang functions. You can find them in the test area of Web-Shorts.

Posted by Daniel Short on Aug 12, 2002 at 12:00 AM | Categories: Newsgroup - Rambling - VBScript -

Comments