"Label"="Shelf 3 D/A B"
I need to copy the "Shelf 3 D/A B" from that line, without the quotation marks. The format for the entire file is like this, so I can say start copying at the 10th position for example. But nothing I try is working. I have
- Code: Select all
writer.WriteLine(phNumber & " " & (strLine1))
Any help would be appreciated greatly.
Thanks


