| Author |
Message |
Topic: xpath: selecting direct ancestor or uncle element |
mwsmith
Replies: 5
Views: 675
|
Forum: Ask for Help Posted: Tue Sep 01, 2009 8:42 pm Subject: xpath: selecting direct ancestor or uncle element |
I was talking about Titan's xpath library not XPath itself..
Yes, I'm sorry i wasn't more clear. I understood that you meant Titan's xpath. I didn't mean to imply that you were saying that XPath itse ... |
Topic: xpath: selecting direct ancestor or uncle element |
mwsmith
Replies: 5
Views: 675
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 9:45 am Subject: xpath: selecting direct ancestor or uncle element |
| Alright, I came up with a kind of workaround. It isn't nearly as elegant as my ideal solution, and it takes almost two seconds to parse through 14 objects for matches... which is okay, but i wish i co ... |
Topic: help with input |
mwsmith
Replies: 3
Views: 115
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 5:20 am Subject: help with input |
oh also, remove the return after the variables section.
InputBox, Number, Enter your Number,
; Variables
num = 0
count = %Number%
|
Topic: help with input |
mwsmith
Replies: 3
Views: 115
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 5:17 am Subject: help with input |
not an expert, but i think that you've made a few mistakes.
num = 0
count = %Number%
;or this way:
count := Number
Send, {space}MailHex%num% |
Topic: xpath: selecting direct ancestor or uncle element |
mwsmith
Replies: 5
Views: 675
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 5:11 am Subject: xpath: selecting direct ancestor or uncle element |
| it was "temp_01" or something like that |
Topic: xpath: selecting direct ancestor or uncle element |
mwsmith
Replies: 5
Views: 675
|
Forum: Ask for Help Posted: Fri Aug 21, 2009 4:55 am Subject: xpath: selecting direct ancestor or uncle element |
| I posted this question in the xpath thread here: match := xpath(myxml, "/sets/set[title = water_shallow]/object[bottom/edge/amount =" . amount . "]/title/text ... |
Topic: xpath v3 - read and write XML documents with XPath syntax |
mwsmith
Replies: 416
Views: 78433
|
Forum: Scripts & Functions Posted: Tue Aug 18, 2009 11:34 pm Subject: noob xpath help |
This is my first time posting to the forums.
<edit>
whoops. totally forgot about the other two posts i made. NVM about this part. lol.
</edit>
Not sure if this question goes here or in ... |
Topic: autosort |
mwsmith
Replies: 12
Views: 673
|
Forum: Ask for Help Posted: Tue Jul 28, 2009 5:41 pm Subject: file/folder sorting utility - DirUtils |
| There's a utility that can perform some of the functions described here called DirUtils. It's pretty handy. Not ahk based. http://web.archive.org/web/20080215000029/http://www.niftyprograms.com/files/ ... |
Topic: K-means (clustering) |
mwsmith
Replies: 4
Views: 522
|
Forum: Ask for Help Posted: Tue Jul 28, 2009 5:20 pm Subject: cluster analysis |
| I would also love to see this function in Autohotkey. I'm currently playing with a script that is supposed to determine the optimum route for a character in a game to take in order to most efficiently ... |
| |