Thursday, October 07, 2004

disarray

My parents note that there are a lot of cockroaches in the house. They described how one time I think the drain got clogged and some guy came to open the tiny drain cover and there were thousands of cockroaches in there.

I was trying to figure out how to make a function return an array, and after a quick search on the internet just now I found my answer. Basically, just define the function as a variant, and then variant can store array. I had used a clumsy workaround of defining a module-level (dynamic) array and letting the function "output" using it.

No comments: