On Mon, May 31, 2010 at 5:34 PM, murugadoss <murugadoss2...@gmail.com> wrote:
> Hi all,
>
> I am trying to pack a float value like 45.90,43.78,543.87. i am using
> struct.pack( ) function. When i unpack (using struct.unpack) and print it i
> am getting only real part of the number.
>
> Type of the variable is long,
> var = 45.90
> data = struct.pack("!l",float(var))

http://docs.python.org/library/struct.html#format-characters





-- 
~noufal
http://nibrahim.net.in
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to