j
k
j a
j l
function os.resultof(command) local handle = io.popen(command,"r") return handle and handle:read("*all") or "" end
shouldn't the handle be close()d? Patrick
Back to the thread
Back to the list