What's with all the "timing" stuff jumping in here?
First, you make it work; only then do you make it work better.
Let's see, my function's "some code goes here" consists entirely of
OPEN
GET$
CLOSE
REDIM
POKE$
Hmmm... going a little deeper (if you want to call five statements "deep"), trying to make that single function work for "any" array datatype is going to require more code than that.
So, to make it work before making it work better, I think I'd start by passing an array of the correct data type with the correct number of dimensions.
MCM
First, you make it work; only then do you make it work better.
Let's see, my function's "some code goes here" consists entirely of
OPEN
GET$
CLOSE
REDIM
POKE$
Hmmm... going a little deeper (if you want to call five statements "deep"), trying to make that single function work for "any" array datatype is going to require more code than that.
So, to make it work before making it work better, I think I'd start by passing an array of the correct data type with the correct number of dimensions.
MCM
Comment