Modify ↓
Opened 16 years ago
Closed 16 years ago
#926 closed Bug (No Bug)
Not read text from file OR function "msgbox" get value in clip if uncomment function "FileOpenDialog"
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | 3.3.0.0 | Severity: | None |
Keywords: | Cc: |
Description
FileOpenDialog('Open File', @WindowsDir & "\", "All (*.txt)") $file = FileOpen("text.txt", 0) MsgBox(0,'',FileRead($file,1000000)) FileClose($file)
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
same comment as #925