Random tableCellValue passed to another actor
Hello
I am trying for one actor to inherit a random value I generated in a second actor.
For example I have two actors that diaplay text from one Table. The 1st Actor will generate a random number and use that number to display a text from a row(random).column, now I would like the 2nd actor to use that same value to display a value from the same row(random) but a different column. What I need is for it to inherit the value I used to pick a row from the 1st actor, any idea how to do it?
Thanx in advance
vansi
I am trying for one actor to inherit a random value I generated in a second actor.
For example I have two actors that diaplay text from one Table. The 1st Actor will generate a random number and use that number to display a text from a row(random).column, now I would like the 2nd actor to use that same value to display a value from the same row(random) but a different column. What I need is for it to inherit the value I used to pick a row from the 1st actor, any idea how to do it?
Thanx in advance
vansi
Answers