Hi, I've needed FileWriteFromArray to use with 2D-array. Thats why I've made _FileWriteFromArray2D and co-function _FileReadToArray2D. By set an delimiter for _FileReadToArray2D, an 2D-array will create. In this case all lines from given file must have the same count of delimiters. Otherwise an error occurs. Array[0] respectively Array[0][0] include count of readed lines. ;=========================================================================================================================