Modify

Opened 17 years ago

Closed 17 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 by Jos, 17 years ago

Resolution: No Bug
Status: newclosed

same comment as #925

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.