ai[i] = convert.toint32(astr[i]);
return ai;
}
catch (exception e) {
// let the user know what went wrong.
console.writeline("the file could not be read:");
console.writeline(e.message);
return null;
}
}
}