Kanshouzhe 0 Posted May 11, 2005 Ok Guys... so I am really new at this. I successfully created my first array and was able to display the contents. My question is: does anybody have a SIMPLE script that demonstrates how to process the contents of an array in a Do...While loop? For the better part of a day I have been trying to figure out how to "access" the contents of the array. :"> Thanks. Share this post Link to post Share on other sites
Helge 3 Posted May 11, 2005 Like this ? For $i = 1 To $array[0] MsgBox(64,"",$array[$i]) Next Share this post Link to post Share on other sites
Kanshouzhe 0 Posted May 11, 2005 Helge- that's cool. But what I need to do is set the current array value to a variable. I am taking a list of server list and do a file update on each server. Share this post Link to post Share on other sites
Kanshouzhe 0 Posted May 11, 2005 Hang on... think I got it. Man i am slow. Share this post Link to post Share on other sites
Kanshouzhe 0 Posted May 11, 2005 Got it. I really appreciate the help! Couldn't have done it with out you. Share this post Link to post Share on other sites