' This easy code is design to open a text file, read a line at a time
' and take a set number of characters from the right hand side of each line
' This is a look at the basics of string and file manipulation
' I will also post a a program that will find a character and
' get the data left or right of it.
Assumes
Needs a txt file as source (is provided in zip)