any template with display cell multiple columns?

i need to see the formula so i can understand it, if i only use tableCellValue(mytable,1,1) i display one value, i want one actor to display row 1 column 1 to 36, if is possible.

Comments

  • ArmellineArmelline Member, PRO Posts: 5,397

    tableMergeValues(tablename,"row",1,1,36,",")

    This will display every cell in row 1 column 1 to 36, separating them with a comma (which you can change to whatever you prefer).

  • guillefaceguilleface Member Posts: 1,014

    thanks, i got it now, first i was getting 4.00000,5.00000,6.000000 but i changed from real to integers and its working great, thank you,

Sign In or Register to comment.