I am reading textfile using vb6 code. My requirements are if the line starts with 6 then i need to read that line otherwise i have to leave that line and goto next line. can anyone help me how to do that?
if ( start pos == 6)
{
//do
}
else
{
//do noting
}
i need this help in vb6.
Thanks in advance.