Home › Forums › General XMetaL Discussion › How to determine the end of the document? › Reply To: How to determine the end of the document?
Reply to: How to determine the end of the document?
May 5, 2010 at 5:35 amI am using range object to traverse the document and paste a certain string withing the document. I am using the movedown method for that purpose. But I am thinking when traversing if end of the document reached then null exception may occur. So is there any way to know when reached to end of the document?