Re: NEWBIE Question: LUA wait() function?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: NEWBIE Question: LUA wait() function?
- From: "Jeff Pohlmeyer" <yetanothergeek@...>
- Date: 2008年3月12日 04:08:45 -0500
Shmuel Zeigerman <shmuz@actcom.co.il> wrote:
>
> Jeff Pohlmeyer wrote:
> > local vb="test.vbs"
> > local f=io.open(vb)
> - local f=io.open(vb)
> + local f=io.open(vb,"w")
Ughh... You're right.
Funny, I tested the script and it worked, but now I realize I had already
created the vbs file by hand.
- Jeff