Modify ↓
Opened 15 years ago
Closed 13 years ago
#1590 closed Feature Request (Rejected)
restore FileOpen("con", 4) in AutoIt 3.3.6.2
Reported by: | txj | Owned by: | Jon |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | FileOpen | Cc: |
Description
in AutoIt 3.2.12.1, statement
FileOpen("con", 4)
open console, then user can input from keyboard, programmer can handle user input.
but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt.
I hope restore
FileOpen("con", 4)
in AutoIt 3.3.6.2.
Attachments (0)
Change History (4)
comment:1 Changed 15 years ago by Txj
comment:2 Changed 15 years ago by Jpm
- Owner set to Jon
- Status changed from new to assigned
That's for Jon which did that to implement file sharing at open time
comment:4 Changed 13 years ago by Jon
- Resolution set to Rejected
- Status changed from assigned 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.
in AutoIt 3.2.12.1, statement
open console, then user can input from keyboard, programmer can handle user input.
but from AutoIt 3.3.4.0, 4---the "RAW" reading mode from FileOpen() has been removed, this make no simple method to accept user input from keyboard in AutoIt.
I hope restore
in AutoIt 3.3.6.2.