Click here to Skip to main content
15,898,901 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm using this method for random picking a cell from a Table:

Math.floor(Math.random() * example.length)
and it works without a problem.

But I need to memorize my choice so I could pick again that cell later in my project.

Is there any method to do this thing?
Posted

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900