lua-users home
lua-l archive

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


> I would like to display a reading at the command line, for example a 
> temperature such as 35C. When the value changes I would like the new 
> value to appear where the old one was rather then this:

io.write(temp,"\r"); io.flush()