New here and have been searching for a method to read from a text file which makes use of commas as a delimiter. I want to assign the text to a variable and use it within the program. For instance, a line from the text file would be
45.325, Variable Description
And I need to assign 45.325 to a variable name in the code. I found a method which uses oFS.Readline, but it reads the whole line whereas I just need it to read up to (not including) the comma.
Thanks for your response Ben