Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
lists. arrays going into
Name: moltar Date: October 2, 2003 at 11:02:40 Pacific OS: xp prof CPU/Ram: 256
Comment:
I need to make a list hold three different arrays, and multiple of that type It's being brought in from a file and after it brings in a line, it stores the line in the first array, then second, then third, then should take to list, and loop back until eof.
i'm not too good with arrays b/c i can't ever get a simple example of them
how is the certain element of an array found? because i haven't seem them with the [element] bracket =/
Summary: You say the arrays aren't multidimensional but from the way they are listed, they are. Unless 123;STK;10 is a single colon delimited string you already have two dimensions. Columns and Rows. If you...
Summary: I don't understand what you're asking...equation to insert the new value somewhere in the middle? How would an equation do that? Like I said, you have to move all the items down a notch, then assign...
Summary: I got a backup script running right now. I didn't not create it, I'm just using one that I found. I have a vbs file & a xml file that contains the destination & source of what to backup. The vbs file ...