On 17 Ott, 14:48, Kent Tenney <[email protected]> wrote:
> for pos in this_c.all_positions():
> if pos.get_UNL() == unl:
> this_c.setCurrentPosition(pos)
> this_c.redraw()
> break
sorry, I'm a newbee, but is correct?
for pos in this_c.all_positions():
if pos.get_UNL().split("#")[1] == unl:
this_c.setCurrentPosition(pos)
[...]
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en.