Unicode code has no method float() ?

R

Rony Steelandt

How can I get the value of a Unicode object ?

When I do myobject.float() I get the error message that it doesn't have
a float() attribute

tia

R_

--
---
Rony Steelandt
BuCodi
rony dot steelandt (at) bucodi dot com

Visit the python blog at http://360.yahoo.com/bucodi
 
A

Alexandre Fayolle

Le 04-05-2006 said:
How can I get the value of a Unicode object ?

When I do myobject.float() I get the error message that it doesn't have
a float() attribute

Try to use the float builtin function, as in: float(myobject) instead of
a method.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,077
Latest member
SangMoor21

Latest Threads

Top