How to reference a Table Cell Value plus offset?

SummationSummation Member, PRO Posts: 476

I am trying to reference a table cell value plus an offset.
Which is correct? Could use some help.

  1. tableCellValue(game.Table, game.frick+1, game.frack)
  2. tableCellValue(game.Table, (game.frick+1), game.frack)
  3. Neither of these

Best Answer

  • jamie_cjamie_c ImagineLabs.rocks Posts: 5,772
    Accepted Answer

    Have you tried them? Both 1 and 2 should work I believe, but you don't really need the extra "()" in #2.

Sign In or Register to comment.