04-26-2017 04:12 PM
@altenbach wrote:
To incrementally build the table, put it in a shift register and append a new row. remove the FOR loop.
Here's a quick example for that ....
04-26-2017 04:15 PM
I am thinking at that ID as an unique number specific for each table.I want another set of random numbers at each button click.I want to store these tables in Cloud probably, but i must have an unique number for each table , to dfiferentiate from another table.
Thanks!
04-26-2017 04:27 PM
Thank a lot.It's all i want.Now i will store that value from indicator on the last column.Nice solution for generating randoms.
04-26-2017 05:02 PM
If you want uncorrelated random values for each row, you need to place a very small autoindexing FOR loop around just the dice and multiply part.