Initialize CSV Driver
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010
04:36 PM
02-09-2010
04:36 PM
Initialize CSV Driver
Hi,
I am trying to iniatilize the CSV driver using Call Object Method. But it is giving me error "The Files.FileNameByName('Horizontal.csv')" Expression is invalid.
the first time I tried, it worked fine. At the second try it showing the eror.
Regard
Kedar
I am trying to iniatilize the CSV driver using Call Object Method. But it is giving me error "The Files.FileNameByName('Horizontal.csv')" Expression is invalid.
the first time I tried, it worked fine. At the second try it showing the eror.
Regard
Kedar
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2010
07:33 PM
02-09-2010
07:33 PM
Hi Kedar,
You need to use double quotes instead of single quotes in the code expression line:
Files.FileNameByName("Horizontal.csv")
Best regards,
Alexey
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
