kloyenz Posted August 3, 2007 Posted August 3, 2007 hello, i have an array with unknown values. How can i loop that array ? Thanks, Kevin
jokke Posted August 3, 2007 Posted August 3, 2007 look at: Ubound for $x = 0 to Ubound($array) -1 consolewrite($array[$x]) next UDF:Crypter a file encrypt / decrypt tool with no need to remember a password again. Based on Caesar cipher using entire ASCII Table.Script's: PixelSearch Helper, quick and simple way to create a PixelSeach.Chatserver - simplified, not so complicated multi-socket server.AutoIT - Firewall, simple example on howto create a firewall with AutoIt.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now