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

Sign In or Register to comment.