BenRussell
Programmer
Say i have an array that looks like
@Values = ("1", "2", "3", "4"
;
How do I select a random one of these and assign it to
"$SelectedValue"?
This will not necessarily be the numbers as in the actual script they will change depending on certain other things, so how would I do this?
Thank you.
- Ben Russell
- President of Intracor Technologies (
@Values = ("1", "2", "3", "4"

How do I select a random one of these and assign it to
"$SelectedValue"?
This will not necessarily be the numbers as in the actual script they will change depending on certain other things, so how would I do this?
Thank you.
- Ben Russell
- President of Intracor Technologies (