|
-
Jan 15th, 2004, 04:52 AM
#1
Thread Starter
New Member
Text file
hi, Shouldn't this open a *.txt -file?
(because it doesn't..)
Private Sub Code_Click()
Dim filnummer As Integer
Dim filnavn As String
'Unikt filnummer findes
filnummer = FreeFile
filnavn = "C:\Documents and Settings\whiteraven\Dokumenter\game\Code.txt"
Open filnavn For Input As #filnummer
Close #filnummer
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|