RE: system("pause"); in LUA?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: system("pause"); in LUA?
- From: "Wolfgang Bujatti" <wolfgang.bujatti@...>
- Date: 2005年3月27日 23:30:54 +0200
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