| François Heredero - Top Music SA 
    fheredero at topmusic.ch Fri May 21 18:28:13 EDT 2004 
 > With the CGI module, I use :
>
> form = cgi.FieldStorage()
> mytext = float(form.getfirst("text", ""))
oopps sorry :
mytext = form.getfirst("text", "")
François
 |