cwem Posted March 21, 2009 Posted March 21, 2009 After using "_IETableWriteToArray" to search the forum for a while, I find no simple functions/examples to help me write the contents of an array to a text file. Would anybody know how to do that with built-in functions rather than writing some awkward for loops? Moreover, is it possible to ask autoit to skip header (i.e. the 1st row)? When I use _ArrayDisplay, I discover there is an additional 1st column, how to skip it from writing to my file?
monoceres Posted March 21, 2009 Posted March 21, 2009 _FileWriteFromArray() If thats not enough then a simple for loop is needed. Broken link? PM me and I'll send you the file!
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