Jean-François Wauthy kirjoitti: > On Thu, 2008-08-14 at 14:33 +0300, Jari Rahkonen wrote: > >> + if(value && value != "") { > > FYI, you're comparing pointers here. > strlen (value) > 0 would be better IMO. > You're right of course. Thanks. - Jari