| View previous topic :: View next topic |
| Author |
Message |
sfvipers
Joined: 14 May 2008 Posts: 3
|
Posted: Wed May 14, 2008 9:03 am Post subject: Random Hexadecimal |
|
|
| What would the code look like to have AHK type 12 random letters (a-z) or numbers (0-9) onto a word document? Thanks |
|
| Back to top |
|
 |
Oberon
Joined: 18 Feb 2008 Posts: 453
|
Posted: Wed May 14, 2008 10:04 am Post subject: |
|
|
| Use SetFormat to change the integer type to hex then Random for a number. |
|
| Back to top |
|
 |
|