i imported struct module and packed my integer data with '<I'
do my packed data still retain their number characteristics?
i only need to do booliean check comparing two numbers in packed form like a>b or a=b stuff like that.
i did couple of tests and it seems to work fine but i don't wanna take any chances:)