mozart90 Posted February 25, 2006 Posted February 25, 2006 Hi, does anyone know how I could save an Array to a file so I can read it out of the file easily to another array sometimes later. Or have I to write all indexes with a for next loop to the file.? Is ther an easier method of saving the information? good night mozart90 Easy Zip Compression using XP
cppman Posted February 25, 2006 Posted February 25, 2006 #include <File.au3> _FileWriteFromArray($sFilePath, $a_Array) GoogleGonnaSaveUs 1 Miva OS Project
peter1234 Posted February 26, 2006 Posted February 26, 2006 mozart90, I posted an array tutorial in v3 Scripts and Scraps that shows how to do this.
herewasplato Posted February 26, 2006 Posted February 26, 2006 (edited) peter1234 said: mozart90,I posted an array tutorial in v3 Scripts and Scraps that shows how to do this.Nice. Thanks.mozart90,It can be found here:http://www.autoitscript.com/forum/index.php?showtopic=22242 Edited February 26, 2006 by herewasplato GoogleGonnaSaveUs 1 [size="1"][font="Arial"].[u].[/u][/font][/size]
mozart90 Posted February 26, 2006 Author Posted February 26, 2006 ... thank you very much. that's exactly what I looked for. Thanks Mozart90 Easy Zip Compression using XP
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