lua-users home
lua-l archive

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


Hello,

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)
--------

Thanks much,
John Andrews