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

[LUA 5.1] [irc-bot] How can i save a a table to a file ?

Started by sjele, 09 October 2012 - 04:38 PM
sjele #1
Posted 09 October 2012 - 06:38 PM
So i am making an irc bot for #ccbots and ye,my permissions system requires a table to be saved when the cmd that edit's it is ran.
But idk how i can do this. as i can't use fs as thats CC only. Thanks.
Lyqyd #2
Posted 09 October 2012 - 07:37 PM
I believe the website you want is lua.org. The relevant section of the manual is the part discussing the IO library.