Hi ! This doesn't work !!
I'm trying to check if the document selected with
set doc = view.getnextdocument is the last document in the view, so i though that this code should work
" if doc = view.getlastdocument " but ... no
So I do it this way :
set doc2 = view.getlastdocument
if doc.UniversalID = doc2.UniuversalID then...
But is that a good way to di this ?
Thank
I'm trying to check if the document selected with
set doc = view.getnextdocument is the last document in the view, so i though that this code should work
" if doc = view.getlastdocument " but ... no
So I do it this way :
set doc2 = view.getlastdocument
if doc.UniversalID = doc2.UniuversalID then...
But is that a good way to di this ?
Thank