oh i get it, it's line number.
########################
import array
def f7(list):
return array.array('B', list).tostring()
f7([97, 98, 99])
######################
NOW, this looks python !
_______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
