Hello,I am sure this is easy but I am very new to vb and need your help.
I have a project where I have to read text files and convert it to a different format.
Let's say there are 7 fields, each field always has the same position so if ssn number assigned 13 spaces and uses 9 the rest have to be left justified and filled with spaces .The same for the names.There is another issue I have to use a default address but again it ie assigned 25 spaces but fills only 10. etc...
I read the files and convert it using With statement.
Please help.
Thank you