_FileArray_Split() will read a file to an Array for those who write lines using a delimiter e.g. "|" or "," Example: 1stLine Data1|1stLine Data2|1stLine Data3 ... 2ndLine Data1|2ndLine Data2|2ndLine Data3 ... The function is working as intended, but I wanted to throw the question out of if anyone can create a similar function with different code? I simply want to learn! Code: #AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 #include <Array.au3> #include <