Question about Tables

Hapy00Hapy00 Member Posts: 16
edited August 2012 in Working with GS (Mac)
When doing a tableCellValue lookup, is it possible to use an Attribute +1 for the rows/columns?

I have a an Attribute that is looking up a Table, and it is asking for:

"tableCellValue(game.TB My Table, game.Attribute+1,2)

Basically I want to use the Attribute to count up every time this function is called. So, for the row I am putting in "Attribute+1". This way, it moves down the row on the next lookup. This however does not seem to work. Any idea why not or am I doing something wrong?

Comments

  • IsabelleKIsabelleK Member, Sous Chef Posts: 2,807
    edited August 2012
    Don't create multiple posts with the same question.

    Do you want to use column number 2? Maybe there should be 1.
  • Hapy00Hapy00 Member Posts: 16
    Nevermind, I figured it out. I had bad math elsewhere.
Sign In or Register to comment.