﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1590	"restore FileOpen(""con"", 4) in AutoIt 3.3.6.2"	txj	Jon	"
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.

"	Feature Request	closed		AutoIt		None	Rejected	FileOpen	
