Re: Cursor legal positions
Le 27/01/2011 00:11, Tommaso Cucinotta a écrit : Is this cur.pos() >= 0 && cur.pos() <= cur.lastpos() a correct assert identifying legal pos() values, or is there any other legal border position that goes beyond this condition ? I think this is OK. JMarc
Cursor legal positions
Is this cur.pos() >= 0 && cur.pos() <= cur.lastpos() a correct assert identifying legal pos() values, or is there any other legal border position that goes beyond this condition ? Thanks, T.