Showing results 1 to 1 of 1
Search took 0.00 seconds.
Search: Posts Made By: Alan
Posted By Alan On 25-08-2003 | Views: 139,646 Replies: 64
this one selects a random element from an array

proc int selectRandArrayVal(string $arr[])

{
int $randomInt = floor(rand(size($arr)))+1;
return $randomInt ;
}

:)
Showing results 1 to 1 of 1