This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Dreki's profile picture

io:86: Unsupported format

Started by Dreki, 09 July 2016 - 02:00 PM
Dreki #1
Posted 09 July 2016 - 04:00 PM
Hello everyone,

I am writing a program that does a countdown screen to tell how much time is left for each run for a IC2 nuclear reactor.
And i get the error io:86: Unsupported format.
The code saves the current time so if the server restarts it wont loose the time and it applies a redstone signal to turn on the reactors.

Here is the code: http://pastebin.com/DVLG1reh

Any suggestions on what is wrong?
Lyqyd #2
Posted 09 July 2016 - 08:08 PM
You've used "*1" instead of "*l" in your read statements.
Dreki #3
Posted 10 July 2016 - 02:09 PM
Thanks the code clicked together after that :D/>