Can i load a row in table by text?
greedydady
Member Posts: 35
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
-
tatiang Posts: 11,949
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
it works fine! thank you very much!!