0 Members and 1 Guest are viewing this topic.
with a compiler.
Even if it's not a compiler, it looks like one...How should we call that ? an "encryptor" ?
I think he means that if Ndless 3 comes it'd be good to have an on-calc text editor with a LUA>TNS Converter. Keep it simple
for i = 0, 128 doend
for i = 0, 127 doend
Huge up, sorry I'm having trouble with OCLua : why can't I use a for loop which runs more than 128 times ?This code brings the calc into an infinite loop :Code: [Select]for i = 0, 128 doendAnd this works fine :Code: [Select]for i = 0, 127 doend
Copying and pasting some text might work, as would accessing TI-BASIC variables... but without external help, TI's proprietary Lua, which does not have io.* and os.* functions (i.e., among other limitations and incompatibilities with standard Lua, no external file access) cannot get text from a .tns.