Hi, _FileWriteFromArray now writes from both 1D and 2D arrays - so we thought it about time that _FileReadToArray could read both types as well. Here is a Beta version of the new function for testing and comments. A few points before starting:   - 1. This function returns an array - there is no longer the need to pre-declare one and pass it as a parameter. - 2. The $iFlags parameter determines how the function proceeds: + 1 (works for both 1D and 2D arrays) adds a count in the top row - thi