Table rows won't index by string?

domeniusdomenius Member Posts: 108
edited August 2014 in Working with GS (Mac)

I have an issue that seems to have cropped up for no reason in regards to accessing table values by string via tableCellValue. The following code used to work and now it does not:

tableCellValue(game.myTable,"desiredRow",1)

In game.myTable, the row is named (using the table editor in GS creator) "desiredRow". This would grab the value of column 1 in the row named "desiredRow". This method of getting values from tables is very useful in a number of cases where indexing by number is not practical. Can anyone else confirm this issue (I'm pretty sure most GS users were unaware of this feature to begin with!) and can someone from the GS team let me know if this feature has been dropped for some reason? Thanks!

Comments

Sign In or Register to comment.