lua-users home
lua-l archive

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


>if sButtonNum == 2 then dofile(M:\Badrpt.lua)

I don't know what extensions of Lua you're using (Lua has no MessageBox),
but try dofile("M:\\Badrpt.lua").
--lhf