Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

Can .Readline start at a specific column?

$
0
0
Basically all I need to know is if it is possible to start reading a line at a certain column.
strEmail = InputFile.ReadLine()
      lblEmailAddress.Text = strEmail.ToString()


I want to omit the first 16 columns of this line in the lbl, can I do this? If not, its not really a problem just have to rethink a couple things.

Viewing all articles
Browse latest Browse all 51036

Trending Articles