On Apr 16, 2008, at 11:27 AM, johnf wrote:

> When I think of python I think of a language that handles all data  
> in a
> dynamic way.
>
> x= 0
> x='A'
> x='B'
>
> Your solution requires that the function return a static data type.   
> In your
> example it returns an 'int'.   It just makes me think of the  
> languages that
> require static typing.

        That's not a language thing; that's a database thing. Columns in a  
database, even virtual ones in this instance, have a fixed type.

-- Ed Leafe





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to