Hi,
This is probably as simple as it gets!
I have a text file on a server called 1.txt and this is copied to C:\scandata.txt. The contents of both files look like this.
PV-1213_-
GU-5693_-
RB 6594_-
What i am trying to do is get VB to insert a character before each line and put in some "" marks. The scandata.txt file should look like below, if all has worked.
"1","PV-1213_-"
"1","GU-5693_-"
"1","RB 6594_-"
I have tried to study Input, Print and Write commands but have hit dead ends.
Thanks for any help.
GJ
This is probably as simple as it gets!
I have a text file on a server called 1.txt and this is copied to C:\scandata.txt. The contents of both files look like this.
PV-1213_-
GU-5693_-
RB 6594_-
What i am trying to do is get VB to insert a character before each line and put in some "" marks. The scandata.txt file should look like below, if all has worked.
"1","PV-1213_-"
"1","GU-5693_-"
"1","RB 6594_-"
I have tried to study Input, Print and Write commands but have hit dead ends.
Thanks for any help.
GJ