Jump to content


ZagKalidor's Content

There have been 2 items by ZagKalidor (Search limited from 10-February 22)


By content type

See this member's

Sort by                Order  

#278956 Turn user input to code?

Posted by ZagKalidor on 24 April 2019 - 05:16 PM in Ask a Pro

Oh man, thats great.

Thank you so much Luca. Made my day :D

Greetings from Germany to Germany...



#278953 Turn user input to code?

Posted by ZagKalidor on 24 April 2019 - 02:41 PM in Ask a Pro

Hey guys,

how do I manage this loadstring() thing to get a true bolean value for, maybe modem methods, like example:

block=peripheral.wrap("left")
a = "isWireless()"
answer = loadstring ("block." .. a)
print (answer)

instead of

>>function 725678bla...

Thanks in advance
Zag