Home › Forums › General XMetaL Discussion › MoveLeft() move more than one character sometimes › Reply To: MoveLeft() move more than one character sometimes
Reply to: MoveLeft() move more than one character sometimes
July 31, 2009 at 10:38 pmEssentially MoveLeft() should function as if the user was pressing that key (which is not entirely correct because the user cannot move a Range, only a Selection), but I wonder if there might be white-spaces involved here too that you are not taking into account?
I think it might be best to either simplify the example so that it is fully executable, without any external calls to missing bits as with the call to your function 'containsNonAlphaNumAtEnd()' or perhaps provide the complete script so others can check exactly what is being tried.