[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: NEWBIE Question: LUA wait() function?
- From: "Jeff Pohlmeyer" <yetanothergeek@...>
- Date: Wed, 12 Mar 2008 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