Forum Discussion

Kedar_K's avatar
16 years ago

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

1 Reply

  • Hi Kedar,


    You need to use double quotes instead of single quotes in the code expression line:

    Files.FileNameByName("Horizontal.csv")