try like thisVB Code:
Dim v As Integer Dim c As Integer Open "filesp" For Input As #1 Do While Not EOF(1) Input #1, v c = v Picture2.Cls Picture2.Print c Loop Close #1
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |