marshallprank 0 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 Share this post Link to post Share on other sites
wakillon 403 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 Share this post Link to post Share on other sites