6 posts
Location
Plains biome
Posted 20 October 2012 - 12:29 PM
I have written a file into rom, but how do I print it?
Thanks for replies!
818 posts
Posted 20 October 2012 - 12:51 PM
wait… you wrote a file in ROM?
That makes just as much sence as falling upwards
537 posts
Location
Copenhagen, Denmark
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
2005 posts
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.