| Author |
Message |
Forum: Support Topic: Case sensitive variables possible? |
| Richsm |
|
Posted: December 30th, 2010, 4:04 pm
|
|
Replies: 13 Views: 428
|
Thanks!
Much appreciated, you guys are great. |
|
 |
Forum: Support Topic: Case sensitive variables possible? |
| Richsm |
|
Posted: December 29th, 2010, 11:14 pm
|
|
Replies: 13 Views: 428
|
| Well, I don't think any of these suggestions will help in my case. Besides, I was hoping for more of a simple solution. Here's an example of my code: Output = %A_ScriptDir%\Output.csv XMLFile = %A_ScriptDir%\Input.xml CodeCount = 0 Loop, read, %XMLFile% { IfInString, A_LoopReadLine, <item name=... |
|
 |
Forum: Support Topic: Case sensitive variables possible? |
| Richsm |
|
Posted: December 28th, 2010, 12:31 am
|
|
Replies: 13 Views: 428
|
I have a large set of data with two letters (case sensitive) that are associated with a name. Is there any way to assign these variables so that they are case sensitive?
Code: ; Example Data: aB = Name 1 bF = Name 2 AB = Name 3
MsgBox, %aB% %bF% %AB% ; Displays Name 3 Name 2 Name 3
Thanks! |
|
 |
Forum: Scripts Topic: FarmVille Downloader - XML/Parser |
| Richsm |
|
Posted: November 7th, 2010, 6:42 pm
|
|
Replies: 1 Views: 1225
|
|
 |
Forum: Scripts Topic: FarmVille Downloader - XML/Parser |
| Richsm |
|
Posted: November 6th, 2010, 7:00 pm
|
|
Replies: 1 Views: 1225
|
| FarmVille Downloader - XML/Parser FarmVille Downloader is a simple script that downloads XML data from FarmVille, parses the data as necessary, and stores it in a more readable format such as a comma-separated value (CSV) file. Executing the script generates several files in XML\ folder. The *.XML ... |
|
 |
Forum: Support Topic: XML Help with PHP example |
| Richsm |
|
Posted: September 5th, 2010, 12:52 am
|
|
Replies: 7 Views: 237
|
| You sir, are the RegEx master.... I really need to learn RegEx. The only thing that came to my mind was write this before the loop (very crude, but works): search = <element attribute="names"> stringgetpos,searchpos,xml,%search% stringtrimleft,xml,xml,searchpos But I like your RegEx soluti... |
|
 |
Forum: Support Topic: XML Help with PHP example |
| Richsm |
|
Posted: September 5th, 2010, 12:29 am
|
|
Replies: 7 Views: 237
|
| rtcvb32, That gets me pretty close, but some of the other elements may contain "_uniqueName" which will mess up the Regex. For example, <element attribute="otherdata"> <list person="asdfasdf_uniqueName"><name>asdf</name></list> </element> Is acceptable in the XML, but I... |
|
 |
Forum: Support Topic: XML Help with PHP example |
| Richsm |
|
Posted: September 5th, 2010, 12:02 am
|
|
Replies: 7 Views: 237
|
| Seems like a dead project. And link to his files are dead. |
|
 |
Forum: Support Topic: XML Help with PHP example |
| Richsm |
|
Posted: September 4th, 2010, 11:26 pm
|
|
Replies: 7 Views: 237
|
| I have a simple PHP program, that I want written in AutoHotkey. I've tried using XPath but because of the large XML size (1 mb) it's not possible to use. The XML is poorly formated (no indention, very long lines). But here is an example: <?xml version="1.0"?> <listocalization> <element att... |
|
 |
Forum: Scripts Topic: uFileMan - (uTorrent) File Manager |
| Richsm |
|
Posted: August 9th, 2010, 8:00 pm
|
|
Replies: 24 Views: 8352
|
Token Authentication is now default security feature in uTorrent. Anyone know how to get this to work with authentication? I tried, but failed as I couldn't figure out how cookies work in an HTTP session with UrlDownloadToFile.
More info here:
http://forum.utorrent.com/viewtopic.php?id=58111 |
|
 |
Forum: Scripts Topic: [Functions]uTorrent Web Connector Library |
| Richsm |
|
Posted: August 9th, 2010, 7:55 pm
|
|
Replies: 10 Views: 3383
|
| Kinda an old topic, but this script does not use Token Authentication, which is now the default security feature in uTorrent. I tried to get it to work, but couldn't figure out how URLDownloadToFile and cookies work together. For my simple case, I was able to just send PostMessages to uTorrent: Dete... |
|
 |
| Sort by: |