in reply to read value from file won't pass if exists??

There's probably some weird (unprintable) character in the file. Assuming you're using a *NIX system, try viewing it in 'less' or something similar. You could also try recreating the file using vi or something you can be fairly sure isn't going to put weird stuff in there.
  • Comment on Re: read value from file won't pass if exists??

Replies are listed 'Best First'.
Re^2: read value from file won't pass if exists??
by lcollins (Novice) on Jan 04, 2005 at 14:47 UTC
    It was the file. But i was not aware of "less" i'll add it to the tool kit. thanks,