We are writing a recipe program as practice for GCSE and I keep getting this error when the code gets to this code:
Dim ingredients as string() = recipe(0).split(New Char() {","})
I am trying to retrieve from a file and put it into a text box, I have declared recipe array and have made sure that the file is there. I have also got a stream reader to read the file.
Any help would be brilliant!