Arrgh! Please help.

Courageous jkraska1 at san.rr.com
Sat May 13 23:41:38 EDT 2000


chibaA at TinterlogD.Tcom wrote:
> 
> Yeah... it says the value is int - which obviously won't work.
> 
> Is there any way to FORCE fields to be of string?

Yes:

	str = "myinteger is: " +`i`

This works for any python object, generally, although
sometimes the results aren't pretty. :)


Joe.



More information about the Python-list mailing list