Skip to content

Instantly share code, notes, and snippets.

@JoeGlines
Created January 27, 2023 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoeGlines/21fa4bf5528a4ad8aa5792193286d9e3 to your computer and use it in GitHub Desktop.
Save JoeGlines/21fa4bf5528a4ad8aa5792193286d9e3 to your computer and use it in GitHub Desktop.
;*******************************************************
; Want a clear path for learning AutoHotkey; Take a look at our AutoHotkey courses.
;They're structured in a way to make learning AHK EASY: https://the-Automator.com/Learn
;*******************************************************
;~ #Include <default_Settings>
;**************************************
Loop,read, B:\the-automator\Cossman Billboards.txt
aa++ ;increment rows- Need to know what the last row is
Random, Random_Row, 1, %aa% ;selecat random row
FileReadLine, Clipboard, B:\the-automator\Cossman Billboards.txt, Random_Row ;read the random row
MsgBox % clipboard
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment