I'm answering to my self, (ANY{->UNMARK(ANY)}){CONTEXTCOUNT(Document,20,2000)};
Removes all annotations generated by default seeder that are in postions 20 to 2000. This is working, however it does not work for RutaBasic annotations using the same expression (RutaBasic{->UNMARK(RutaBasic)}){CONTEXTCOUNT(Document,20,2000)}; I dont know the explanation. Regards On 7 January 2015 at 16:46, Silvestre Losada <silvestre.los...@gmail.com> wrote: > HI, > > I'm creating a ruta script, and I want to remove all tokens that are after > position X, in other words I only want to keep first X tokens. I was > playing with ruta conditions, actions and I dont know how to make it. do > you think is possible to do that? > > Kind regards. >