What is the best way to concatenate packed numeric data?  I am building a
message to send to a device and it has a very specific header format and
variable length payload.  Converting to string, concatenating, and then
converting back to numeric introduced errors.  The tuple() function also
introduced errors.

The code is proprietary so I am not comfortable posting it.  I have been
programming in Python for a few weeks.  It is my first OOP language.  My
background, in the dim and distant past, is mainframe.

Any help would be greatly appreciated.  Thank you in advance.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to