View Single Post
Old 06-30-2017, 04:58 PM   #7
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
I have no idea about the inner workings of the commands so forgive my heretic views.

Up to now, as shown in the attachment, for every saved search a numeric result is displayed and it's even possible to upload its result to the clipboard.

I presume that when we perform a group of saved searches, the individual results of each regex must be stored somewhere in memory.
There are two possible working ways
- either once all the regexes of the group have been played, the computer adds all these individual results and display the total figure.
- or after each iteration, the computer performs one more addition and finally displays only the final result of the last one (which is the same total as above).

Would it be possible not to perform any addition of any kind and just store automatically each individual result in the clipboard (or as a txt file)?

Last edited by roger64; 06-30-2017 at 05:02 PM.
roger64 is offline   Reply With Quote