Re: [Tutor] long int in list as argument for seek() function

2005-06-08 Thread Kent Johnson
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

[Tutor] long int in list as argument for seek() function

2005-06-08 Thread lmac
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