Hello Everyone,
I trying to get myself familiarized with vb.net.
I've done some vba for excel, acess, and some vbscript.
I have a file with on the 5th line have to parse out a piece of information. How would i got about this this in vb.net
for example file:
Line1:
Line2: abc
Line3:
Line4: abc zyx
Line5: Select "AppName" "DBNAME"
At the line where it begins with Select I need to pull the appname, and passe to a variable. My problem is I saw the readline command but how do I make it go to the next line until it sees the "Select" and then when at the line how do I pull just the appname?
Any help would be appreciated.
Thanks Again,
Sergio
I trying to get myself familiarized with vb.net.
I've done some vba for excel, acess, and some vbscript.
I have a file with on the 5th line have to parse out a piece of information. How would i got about this this in vb.net
for example file:
Line1:
Line2: abc
Line3:
Line4: abc zyx
Line5: Select "AppName" "DBNAME"
At the line where it begins with Select I need to pull the appname, and passe to a variable. My problem is I saw the readline command but how do I make it go to the next line until it sees the "Select" and then when at the line how do I pull just the appname?
Any help would be appreciated.
Thanks Again,
Sergio