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

Table.concat error

Started by ThecatnamedMitzi, 16 August 2016 - 08:08 AM
ThecatnamedMitzi #1
Posted 16 August 2016 - 10:08 AM
When I try table.concat in my script, i get this error:

bios:121: Attempt to concatenate table and string

Possible cause:

a = peripheral.wrap("right")
name = a.getPlayerNames()
player = table.concat(name)
Bomb Bloke #2
Posted 16 August 2016 - 12:20 PM
http://www.computercraft.info/forums2/index.php?/topic/27372-solved-tableconcat-errors-string-expected-got-table/
ThecatnamedMitzi #3
Posted 21 August 2016 - 09:52 AM
Ah. Thanks! Sorry for the repost!