How to get a value from a table?
I'm trying to retrieve data from a table, but no success.
For test I created a table called "data".
In row 1, column 0 I have "level" its value in columns 1 is "0"
In the displaytext behavior I have tableCellValue(data,1,1). But I'm getting only "Invalid Expression". What is the right form?
For test I created a table called "data".
In row 1, column 0 I have "level" its value in columns 1 is "0"
In the displaytext behavior I have tableCellValue(data,1,1). But I'm getting only "Invalid Expression". What is the right form?
Comments
are you typing in 'data' ???
you have to do a select for the tableName in the Game >
so the Expression reads: tableCellValue(game.data,1,1)
… you do type in the Row,Column numbers
@};- MH
@};- MH