Can i load a row in table by text?

Somehow, i want to give every row a specific name. So that my function wont mess up with only "number" for the row.
If this is possible, what's is the script for that? something like: tableCellvalue(mytable,"rowname"+XX,column numbers) ?

Best Answer

  • tatiangtatiang Posts: 11,949
    Accepted Answer

    You can type a row name in the space between the row number and the first column of values in a table. Then in a tableCellValue expression, you enclose the row name in quotes. Avoid using spaces in the row names.

    New to GameSalad? (FAQs)   |   Tutorials   |   Templates   |   Greenleaf Games   |   Educator & Certified GameSalad User

Answers

Sign In or Register to comment.