marshallprank Posted August 18, 2011 Posted August 18, 2011 Hi, i have a txt file with 2 lines: ABC --> first line XYZ --> Second line how can i put the txt-file-elments in an Array. The length of the Array should be dependent from the number of lines in the txt file. In this Case: $arr[0]=ABC $arr[1]=XYZ Regards
wakillon Posted August 18, 2011 Posted August 18, 2011 look at _FileReadToArray function. AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts
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