资讯

VB manages files using numbers, that is, you can have file "1" open for reading, file "2" open for writing, file "3" open for append, and so on. The quotes are misleading because the file numbers by ...
I have a little text file that I'm using for a few little preferences (last folder used, etc) for an app I'm trying to put together.<BR><BR>I'm able to grab the values I want from each line, but when ...