Posted 19 April 2013 - 11:17 AM
I think I may have found a bug with textutils…
When I was using this simple code:
Using this API: http://pastebin.com/PAiYZRuZ
I got the error:
textutils:177: attempt to concatenate string and nil
[It was since resolved that this error is related to the API misbehaving, rather than textutils. Please address answers accordingly. -L]
When I was using this simple code:
os.unloadAPI("xutils")
os.loadAPI("xutils")
tScreen = xutils.init()
xutils.unload(tScreen, "abc")
tScreen = xutils.load("abc")
xutils.render(tScreen)
Using this API: http://pastebin.com/PAiYZRuZ
I got the error:
textutils:177: attempt to concatenate string and nil
[It was since resolved that this error is related to the API misbehaving, rather than textutils. Please address answers accordingly. -L]
Edited by