On Thursday 13 March 2003 11:39, Lars Gullik Bjønnes wrote:
> Dekel Tsur <[EMAIL PROTECTED]> writes:
> | +    if x < int(lst_ft[-1]) and x > int(lst_ft[-2]):
> | +        sys.stderr.write("lyx2lyx: A development version file.\n")
> | +        return lst_ft[-2]
>
> Okay... what does this indexing mean?
>
> indexes must be >= 0... are the converted to int? unsinged int?

  If they are negative that means start from end, so lst_ft[-1] is the last 
element and so on...

-- 
José Abílio

Reply via email to