var
c=app.activeDocument.pages[0].textFrames[0].characters;
alert(c[1].isValid);
alert(c[999].isValid);