Search found 3 matches

by coke2315
17 Sep 2020, 10:32
Forum: Ask for Help (v1)
Topic: Send random txt message from a .txt file when i press a key Topic is solved
Replies: 5
Views: 945

Re: Send random txt message from a .txt file when i press a key Topic is solved

this uses a text file if !FileExist("abctest.txt") { FileAppend, the quick lazy`ndog jumped over`nthe red crazy fox`nnext to the river,abctest.txt } FileRead, x, abctest.txt loop, parse, x, `n lns := A_Index random, y, 1, % lns FileReadLine, v, abctest.txt, % y msgbox, % v ExitApp And how can I att...
by coke2315
17 Sep 2020, 09:25
Forum: Ask for Help (v1)
Topic: Send random txt message from a .txt file when i press a key Topic is solved
Replies: 5
Views: 945

Send random txt message from a .txt file when i press a key Topic is solved

Hi guys and sorry if already was some topic about that, i did some search on this forum about that but i didn't found a concrete script at what i need. If anyone would help me, i will be very thankfully. I want a script like this: When i press a key, like Ctrl+ Z i want to paste a random text from a...

Go to advanced search