M
MarcoPolo
i have a file txt that is Code,Surname, Phone Number,Telefax
I do a loop to look the first 5 char of the string to read if the code is
the one entered
Do while not eof(1)
. line input #1, strBuffer
if mid(strBuffer,1,5) = txtCodeEntered.text then
......
How can i store the Surname tht is starting fixed at row 6 but variable
lenght?
I do a loop to look the first 5 char of the string to read if the code is
the one entered
Do while not eof(1)
. line input #1, strBuffer
if mid(strBuffer,1,5) = txtCodeEntered.text then
......
How can i store the Surname tht is starting fixed at row 6 but variable
lenght?