I know it should be easy,but I am new to vb.
I have to read a text file and validate it.
there is an information that starts ona sertain position and is 70 characters long.It comes in a format like this.
for example:lastname *firstname*mi* i have to validate it so when it finds the first asterisk its the end of the last name and so on.if there is first or middle missing add another*
Thank you