This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Goof's profile picture

[help] [table commands?]

Started by Goof, 12 November 2012 - 12:11 AM
Goof #1
Posted 12 November 2012 - 01:11 AM
Hey everyone…

i am making a program, which receives a Message and the id, from the sender… but i want to insert the id, ad the message into a table, and then read them again, when a function is called…

can someone please post a list, for all the table commands… (i have looked at computercraft.wiki/tables, but i dont find that helpfull enough)

i know that there exists
table.insert( what do i have to write in thoose parametres? , ? )
but i think there exists more…

can you guys please help me…



- thanks


__________________________________________________
- mikk809h

computercraft is awesome.
ardera #2
Posted 12 November 2012 - 02:03 AM
http://lua-users.org/wiki/TablesTutorial
Goof #3
Posted 12 November 2012 - 06:42 AM
Thanks :unsure:/>/>