lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Thanks Kurt Jung and Milano Carvalho, that you tried to hellp me, but nither
is working.

With os.execute("pause") I cannot read the output of my program and
io.write("Press <Enter> to continue...") io.read() does nothing on LuaEdit.

blackrat



-----Original Message-----
From: lua-bounces@bazar2.conectiva.com.br
[mailto:lua-bounces@bazar2.conectiva.com.br]On Behalf Of Kurt Jung
Sent: Sunday, March 27, 2005 2:00 PM
To: Lua list
Subject: Re: system("pause"); in LUA?


> I need it only, that the DOS window doesn't close after finishing the
> script, when starting form editor etc.

io.write("Press <Enter> to continue...")
io.read()

--
Kurt Jung