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

How to print from ROM?

Started by Borka223, 20 October 2012 - 10:29 AM
Borka223 #1
Posted 20 October 2012 - 12:29 PM
I have written a file into rom, but how do I print it?
Thanks for replies!
Doyle3694 #2
Posted 20 October 2012 - 12:51 PM
wait… you wrote a file in ROM?

That makes just as much sence as falling upwards
Mads #3
Posted 20 October 2012 - 12:55 PM
You open an input stream from the desired file, and print the output. Look at http://lua-users.org
ChunLing #4
Posted 20 October 2012 - 05:51 PM
You're not supposed to write things into rom.

But if you want to access files through the CC api, then look here.