s*****r 发帖数: 59 | 1 read a .csv file line by line and assign value to an array, some line is
empty, so the array won't have any value.
HOw to detect it? suppose array is a, then IsEmpty(a) won't work, if check
value of a[0] , report run time error.
//thanks. |
|