[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: lua-fltk and read
- From: "Jay Carlson" <nop@...>
- Date: Thu, 22 Jul 2004 19:38:04 -0400
> I am working on some simple GUI admin tools which use lua-fltk.
> The following script works in Lua40, but not lua-fltk which is based on
Lua40. > > Does anybody know of a workaround which will work with lua-fltk?
> ---------
> readfrom("|ls -l")
> d =read("*a")
> print(d)
What is the error?
Did you build your lua-fltk with pipe support? (See the config file.)