jhylands

Read from file VB6

Jan 3rd, 2012
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.06 KB | None | 0 0
  1. open "File" for input as #1
  2. input #1, AStringVariable
  3. close #1
Advertisement
Add Comment
Please, Sign In to add comment