Posted 28 September 2014 - 12:02 PM
I need to convert the table to string and string to table for example
a = {1,2,3,4)
aa = "1234"
i need convert the a to aa and aa to a
Pls help me and sorry for my bad eng.!
Thank you to everyone who responded, I've recently started with computercraft and i dont know lua :)/>
a = {1,2,3,4)
aa = "1234"
i need convert the a to aa and aa to a
Pls help me and sorry for my bad eng.!
Thank you to everyone who responded, I've recently started with computercraft and i dont know lua :)/>
Edited on 28 September 2014 - 11:49 AM