Search found 32 matches

by Hamlet
11 Jun 2014, 00:06
Forum: Ask for Help (v1)
Topic: Excel sorting-issue with variable?
Replies: 4
Views: 2207

Re: Excel sorting-issue with variable?

[EDIT] It feels so uneasy. I deleted all the comment I wrote. I do not know the reason clearly, but I could say like this; The questioner answered selectively. (S)He considered my answer as a garbage. At the same time, I felt, was dumped into the garbage can. I will nerver participate in this kind o...
by Hamlet
25 May 2014, 20:37
Forum: Ask for Help (v1)
Topic: split Code to more than one line?
Replies: 11
Views: 5171

Re: split Code to more than one line?

I tried splitting the line at a comma but then the filecopy didn't work. Yeah I've tried using the comma too. With one script it worked and yet with another it didn't. The Help documentation doesn't say anything about there being scenarios where it won't work so I'd like to know why it didn't. What...
by Hamlet
20 May 2014, 09:32
Forum: Ask for Help (v1)
Topic: Help with some weird/creative copy-pasting
Replies: 4
Views: 2890

Re: Help with some weird/creative copy-pasting

If you have some time try out a stupid code of mine just for fun with EXCEL. (Copy/paste/run it. You do not have to study it. I guess..) _ := ComObjCreate( "Excel.Application") Loop, 4 { _.Workbooks.Add _.ActiveWorkbook.SaveAs( A_ScriptDir "\" A_Index ".xls" ) _.Quit } _= RegExMatch( "3241", "(.)(.)...
by Hamlet
19 May 2014, 07:18
Forum: Ask for Help (v1)
Topic: split Code to more than one line?
Replies: 11
Views: 5171

Re: split Code to more than one line?

We call it Expressions. Enjoy !! FileCopy , % "C:\" . "SomeFilePath1\" . "SomeFilePath2\" . "SomeFilePath3\" . "SomeFilePath4\" . "SomeFilePath5\" . "SomeFilePath6\" . "SomeFilePath7\" . "SomeFilePath8\" . "SomeFilePath9\" . "SomeFile.ext" , % "C:\" . "SomeFilePath9\" . "SomeFilePath8\" . "SomeFileP...
by Hamlet
16 May 2014, 23:25
Forum: Scripts and Functions (v1)
Topic: FormatBytes()
Replies: 31
Views: 14228

Re: FormatBytes()

You saw that.
That was not the point here, that's why I deleted it.

Anyways.
Thanks.
by Hamlet
15 May 2014, 20:45
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Yes, it has meaningful differences. Thanks again. I had enough for this. Usually, it is fairly easy to go to 95% completion point of an coding. But, after that, I have to pour 95% of my energy to go to the last 4.99%. Regards ; COM_Object_With_Parse << ; 4.569841 100% ; COM_Object_With_Parse_R1 ; 4....
by Hamlet
15 May 2014, 09:36
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

; 1 Million 2 Million 4 Million ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Preparing a long string 10 Sec ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;...
by Hamlet
15 May 2014, 08:18
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

I just found it.
http://www.autohotkey.com/board/topic/9 ... /?p=579284

Will have a look at it with leisure.


Thanks, Good Info.
by Hamlet
15 May 2014, 03:56
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

> FanaticGuru
If I have some more time to testing (some time later), I will consider your suggestion.
Not, today.

Regards..
by Hamlet
15 May 2014, 03:54
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Thanks, FanaticGuru The relativeness is more important than the absolute values (in this kind of time consuming testing). (Am I right ? whatever...) I changed the long_string. This time, tried to make more RANDOM ones. And found somewhat diffirent from the first testing. Changed part: ; Before ; a ....
by Hamlet
15 May 2014, 01:02
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

This is a simple comparison. ; 1 Million 2 Million ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Preparing a long string 6 Sec 18 Sec ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Simple...
by Hamlet
14 May 2014, 17:55
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

AHK has two Splits.
Do we need a Join?
- IMO, negative..
by Hamlet
14 May 2014, 09:42
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Just figured out that COM Object Reference is little bit better than the HasKey method in some cases. -You do not need to re-shuffle it to keep the original order (HasKey method sort it forcefully-alphabetical ordering). ; Thanks !! jethrow ; COM Object Reference ; http://www.autohotkey.com/board/to...
by Hamlet
13 May 2014, 17:01
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

If you use someone else's code, You MUST have explicitly mentioned that the code is someone else's and said THANK to that someone else's efforts for that. If you do not follow this simple general rules, You could be one of the thieves. and now You really are.
by Hamlet
12 May 2014, 23:52
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Next time, try not to waste someone else's precious time like this. And, use a lot of "Thanks" to someone else. I've participated your post twice(including this one). You are saving too much "thanks" to the ones who put answers. That should be not a good attitude. (Finally, if possible, read your ow...
by Hamlet
12 May 2014, 21:43
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Fine, read the manual. And try it again and again.
That's the only way. You know that.
by Hamlet
12 May 2014, 21:36
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Nop, that could be time consuming.
Specifically, If you have h.e.l.l. of BiG files, you have to wait millions of seconds.
by Hamlet
12 May 2014, 21:13
Forum: Ask for Help (v1)
Topic: How to merge 2 text files?
Replies: 29
Views: 11566

Re: How to merge 2 text files?

Easy, Make the third file while checking each and every elements with Object.HasKey(Key) which gives you the uniquness.

Go to advanced search