Difference between revisions of "IO (API)"
From ComputerCraft Wiki
(Link to original docs) |
Chriscisco (Talk | contribs) |
||
Line 3: | Line 3: | ||
List of non-working features from IO: | List of non-working features from IO: | ||
[[Category:APIs]] | [[Category:APIs]] | ||
+ | |||
+ | I hope this is the right place to add this. | ||
+ | io.write using "wb" | ||
+ | Line 97 it expects a number and gets a string | ||
+ | For reference I am using this http://lua-users.org/wiki/SaveTableToFile with only moifications to make it run as an api | ||
+ | It is the very first file:write in the save function | ||
+ | file:write("return {"..charE) |
Revision as of 02:39, 15 March 2012
IO is a reimplementation of the default Lua input / output API defined here, with some features trimmed. Most features should work. If you find a non-working feature, please list it here.
List of non-working features from IO:
I hope this is the right place to add this. io.write using "wb" Line 97 it expects a number and gets a string For reference I am using this http://lua-users.org/wiki/SaveTableToFile with only moifications to make it run as an api It is the very first file:write in the save function file:write("return {"..charE)