Page 1 of 1

Problems with a program that put selected names on a random order.

Posted: Wed Apr 22, 2015 8:33 pm
by Sandro Vieira Rodrigues

A simple program to short an Array of strings.
The program would be easy to code in a language like C#, but i ́m getting various erros here.
Putting it simple. I have a list of names, with checkboxes next to them. I want to sort in a random order, the names marked on checkboxes. Does anyone have a tip?


Problems with a program that put selected names on a random order.

Posted: Wed Apr 22, 2015 8:56 pm
by Serhii Kulibaba

Hello,

Please follow topic below: http://stackoverflow.com/questions/62...


Problems with a program that put selected names on a random order.

Posted: Thu Apr 23, 2015 3:17 am
by Sandro Vieira Rodrigues

Thank you Sergiy, i will take a look.