Tables

I need some ideas on how to do some thing like this....

table 1 row 1- column 1= 1 row 1- column 2 = 2 row 1 - column 3 = 3 ...........

taking this information how could i get these numbers in a text box or something where they would read all together as 123....

the table is set as text

Comments

  • polimerjonespolimerjones Member Posts: 50
    okay so i figured out that a "+" will do the trick but here comes the hard part.

    with only one row i have 8 columns starting with row 1 column 1 = 1 and ending at row 1 column 8 = 8 or 1 2 3 4 5 6 7 8.

    i need to figure out a way to have the game check column 1-8 and to display like 12345678

    then 1-7 then 2-8 then 1-6 then 2-7 then 3-8 so on and so on displaying each time.
  • tatiangtatiang Member, Sous Chef, PRO, Senior Sous-Chef Posts: 11,949
    I need some ideas on how to do some thing like this....

    table 1 row 1- column 1= 1 row 1- column 2 = 2 row 1 - column 3 = 3 ...........

    I am totally lost reading that equation. Is that supposed to be mathematical?

    Are you just trying to concatenate (join) multiple table columns into a single text string? If so, you need to use .. to concatenate them:

    tableCellValue(tableName,1,1)..tableCellValue(tableName,1,2).. etc.

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

Sign In or Register to comment.