tableRowCount always returns 1

DrLuthorDrLuthor Member Posts: 3
Hi,

I'm discovering GameSalad and I'm stuck on this issue.
I created a 22 row by 4 columns table named P1, filled with some text.
In the instance of a scene, I'd like to set a custom attribute tableLength with the value that tableRowCount(game.P1) should return, which is 22 in this case.

But the function tableRowCount(game.P1) always returns 1 (checked with the log debugger function)

Do you have any idea how to get the correct value ?

Answers

Sign In or Register to comment.