Hello all, I am very new to VB programming so please be gentle with me.
I am reading a line from a CSV file and putting it into a string, when I do this all the contents of the cells are in quotes (eg "1","2","3" ).
Can I manipulate the string to remove the quotes (the quotes will not always be in the same palce so I cannot use Mid?(eg"1","243 ","3")
Thanks
I am reading a line from a CSV file and putting it into a string, when I do this all the contents of the cells are in quotes (eg "1","2","3" ).
Can I manipulate the string to remove the quotes (the quotes will not always be in the same palce so I cannot use Mid?(eg"1","243 ","3")
Thanks
Comment