lua-users home
lua-l archive

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


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