Now that you've got your text into a string, you can use string methods, specifically substring, to grab chunks of text:
VB Code:
For i as integer = 0 to info.length - 1 console.writeline(info.substring(i,1)) Next
|
Results 1 to 10 of 10
Thread: Reading a FileThreaded View
|
Click Here to Expand Forum to Full Width |