Can't get TableCellValue using attributes to work.
dasinc
Member Posts: 5
G'day,
I am trying to access a table, and I am trying to do this...
tableCellValue(game.TB_level_highscore, game.LevelNum, game.Difficulty)
levelnum is an integer, difficulty is text.
I have the column labeled Easy. I have Difficulty set to Easy. I've also tried "Easy". It works if I type it in, or use the column number, but I am unable to use a text attribute.
Any ideas?
Thanks.
Comments
@dasinc
When you set your game.Difficulty variable (programmatically) to Easy make sure you type directly into the text box and not into the Expression Editor.
@RowdyPants well, damn. Thanks for that!