|
||||||
|
Q. What if the amount of data you specify to read using the File Import Tool is greater than the amount of data stored in the file?That is, what happens if you tell the File Import Tool to read past EOF? A. When you try to access the output array, the read is attempted and fails, so the array is not valid. An error will be returned when you try to access it.
| |||||