I was playing with VB and desided to figure out how to write to a file (so i could save the high scores on this game i made..). I used the write function but then when i looked at the file all the strings where enclosed in quotes. Could anyone tell me how to get it to write to a file and not print the quotes?

Another thing that i was wondering is how to write to a line in the midle of a file (eg. line 5) w/o having to rewrite the entire thing?