Posted 27 June 2013 - 07:23 PM
Ok I saw direwolf20 mining turtle code and I do not know how he convert a string into a executable like of code. So I did a test and found out where it was coming from. The problem is I do not know what it is. So can someone please explain to me this:
Also can you explain to me what does the three period inside the bracket mean. I know that in a table it act as a variable for user to define.
function test()
print("test1')
end
func = loadstring("test".."(...)")
setfenv(func,getfenv())
func()
Also can you explain to me what does the three period inside the bracket mean. I know that in a table it act as a variable for user to define.