Search found 8 matches
- 21 Jan 2021, 12:43
- Forum: Scripts and Functions
- Topic: xStr() : for general text extraction and parsing XML / HTML
- Replies: 31
- Views: 3845
Re: xStr() : for general text extraction and parsing XML / HTML
excellent post. thanks for share
- 21 Nov 2020, 04:34
- Forum: Ask For Help
- Topic: find a pattern on text file and copy whole line. Topic is solved
- Replies: 2
- Views: 98
Re: find a pattern on text file and copy whole line. Topic is solved
excellent. thank you so much!



- 21 Nov 2020, 03:59
- Forum: Ask For Help
- Topic: find a pattern on text file and copy whole line. Topic is solved
- Replies: 2
- Views: 98
find a pattern on text file and copy whole line. Topic is solved
Hello, I usually only use AHK for hotstrings and really easy things, but now, I trying to read a txt file , search for a pattern and copy the whole line with this pattern to a clipboard. fileread, text, c:\temp\games.txt clipboard := 0050 ; search pattern newtext := strreplace(text, "0050", clipboar...
- 09 May 2020, 11:57
- Forum: Scripts and Functions
- Topic: Mouse And Keyboard Macro Recorder
- Replies: 105
- Views: 84674
Re: Mouse And Keyboard Macro Recorder
excellent! thank you so much
- 28 Apr 2020, 10:54
- Forum: Scripts and Functions
- Topic: FindText - Capture screen image into text and then find it Topic is solved
- Replies: 643
- Views: 240684
Re: FindText - Capture screen image into text and then find it Topic is solved
@endgame94 Hello , try to update your version of ahk
I discover this fantastic script today and doesn't works with version 1.1.26.01 , after updating it works perfectly!
I discover this fantastic script today and doesn't works with version 1.1.26.01 , after updating it works perfectly!

- 17 Apr 2020, 10:19
- Forum: Ask For Help
- Topic: command to upload a file to the website?
- Replies: 1
- Views: 205
command to upload a file to the website?
Hello , Does anyone know if there is a command to upload a file to a website? I need to upload a little .csv file file only web site code: <form method="POST" action="/regist/upload/file?" enctype="multipart/form-data"> <label for="file">Select a registration CSV file to upload</label> <input id="fi...
- 05 Mar 2020, 13:57
- Forum: Ask For Help
- Topic: InStr could search for a return ?
- Replies: 2
- Views: 213
Re: InStr could search for a return ?
thanks for your reply


- 05 Mar 2020, 12:54
- Forum: Ask For Help
- Topic: InStr could search for a return ?
- Replies: 2
- Views: 213
InStr could search for a return ?
Hello
one question please, anyone knows if "InStr" supports search for a "return"
something like this
if InStr (A_LoopField, "word to search{Return}")
if InStr (A_LoopField, "word to search`r"}
but this does not work.
one question please, anyone knows if "InStr" supports search for a "return"
something like this
if InStr (A_LoopField, "word to search{Return}")
if InStr (A_LoopField, "word to search`r"}
but this does not work.
