i have been looking for help with this now for days and still not able to get this working. I want to make a function to get each line of my txt file and place it in its relavent var.
IE
DIM ServerV = (firstline of txt file)
dim DatabaseV = (second line of txt file)
I have a text file
Server=Localhost
Database=MaintSystem
User=mbish
Pass=mbish
serverid=1
email=mke1981@gmail.com
please please pleae can someone help me with this? i am using viusal basic 2010 vb.net
thanks in advanced