User: editor -- 2011-05-13 << 778 780 >> |
Hits: 3856 |
Type: Random word generator |
Search all Random word generator examples |
Description: |
How to simulate a Lucky Draw program to pop-up names in random order? There are a list of username, how to pop-up each of them one by one in random order? |
Input Sample: |
Name1 Name2 Name3 ... Name100 |
Output Sample: |
Pop up Name27 in a window Pop up Name32 Pop up Name5 ... |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-o open the name list file, one name on each line 2. ctrl-h open 'replace' dialogue * set "replace with pattern" to: * click "Advanced" tab * set "Run following for each matched unit" to: 3. click "Replace", each name in the list will be pop-up randomly, until all of them are displayed or "cancel" is clicked. |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Advanced_Window |