lmac wrote:
> Hi there,
> i want to use an long int from an list which i got from my function
> find_lineno().
> But i got this error and i don't understand why i can not use this long
> as an argument.
You have the arguments to file.seek() reversed.
> Where do i find a good documentation on er
Hi there,
i want to use an long int from an list which i got from my function
find_lineno().
But i got this error and i don't understand why i can not use this long
as an argument.
Where do i find a good documentation on errors so that i complete
understand what
the heck is going on.
Many thanks