[Thread Prev][Thread Next][Index]

Re: [ferret_users] Bug - expanding strings with slashes - Ferret6.07



Hi Roman,

| let fname = "../testnew"
| yes? file/format=delimited `fname`
| =>Ferret hangs

I agree that the hanging is a bug on Ferret's side.
But, you code also includes a bug. :-)
In this case you have to quote the file name again:

   yes? file/format=delimited "`fname`"

It seems that Ferret first expands variables and then
parses the result.

Hope this helps,

Regards,
Ryo


[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement