Search found 2 matches

by Mikeywatt
Thu Feb 20, 2020 9:07 am
Forum: Databases
Topic: Picking Random Name From Array
Replies: 3
Views: 4638

Re: Picking Random Name From Array

Code: Select all

   Put any line of the keys of Array_names into tRandomPick //Picking random name
   Put Array_Names[tRandomPick] into field "Output" //Outputing the random name  
well i can say it is working just fine now thank you :).
by Mikeywatt
Thu Feb 20, 2020 12:45 am
Forum: Databases
Topic: Picking Random Name From Array
Replies: 3
Views: 4638

Picking Random Name From Array

Hi, i need help with trying to pick a random name out of an array here is the code (The comments are only their as this is revision for a computing science class and the teacher likes us to make comments) Global Var_Names, Array_Names, Loop_Count, TKeys, tRandomPick On Mouseup setup_variabels Get_Na...

Go to advanced search