Search found 56 matches

by ItisI
26 Aug 2023, 08:58
Forum: Ask for Help (v2)
Topic: Accessing a very simple object by property variable Topic is solved
Replies: 9
Views: 459

Re: Accessing a very simple object by property variable Topic is solved

The submitted form was invalid. Try submitting again. Following (below!) my function it its present state. It is working fine, but I didn't go completely for your solution - here's why: date := Format('{}-{:02}-{:02.0f}', part[3], moNum(part[2]), part[1]) For the life of me I cannot figure out what...
by ItisI
26 Aug 2023, 03:50
Forum: Ask for Help (v2)
Topic: Accessing a very simple object by property variable Topic is solved
Replies: 9
Views: 459

Re: Accessing a very simple object by property variable Topic is solved

mikeyww You've just bestowed upon me a lengthy reading list - I'm still catching up, will be back later ... InStr LTrim RTrim StrGet StrLen StrLower StrPut StrReplace StrSplit StrTitle StrUpper SubStr Trim Format Edit - Added "Format" (2023-08-26 111327)
by ItisI
26 Aug 2023, 01:05
Forum: Ask for Help (v2)
Topic: Accessing a very simple object by property variable Topic is solved
Replies: 9
Views: 459

Re: Accessing a very simple object by property variable Topic is solved

mikeyww Thanks, looking at your approach yesterday I started incorporating your ideas, much more elegant. I have expanded my "newNumMonth" Obj by the pertinent key pairs, so in my object both "Mar" and "Mär" have the "month number" of "03". Also your way of using StrSplit is much more elegant and e...
by ItisI
25 Aug 2023, 12:05
Forum: Ask for Help (v2)
Topic: Accessing a very simple object by property variable Topic is solved
Replies: 9
Views: 459

Re: Accessing a very simple object by property variable Topic is solved

Thank you very much, this is the approach you followed in your original script. But it won't work for me once I incorporate month names like Mar|Mär May|Mai Oct|Okt Dec|Dez I will have to add four extra key/value pairs and thus more elements pointing to "03", "05", "10", "12" Edit 2023-08-25 190812 ...
by ItisI
25 Aug 2023, 11:36
Forum: Ask for Help (v2)
Topic: Accessing a very simple object by property variable Topic is solved
Replies: 9
Views: 459

Accessing a very simple object by property variable Topic is solved

This is the present code. I succeed in separating the single date in its three parts, but now want to look up cMonth (the month name) in my obj (newNumMonth) I tried: newNumMonth.cMonth // no good newNumMonth.&cMonth // no good newNumMonth[cMonth] // no good newNumMonth[&cMonth] // no good Edit: Spe...
by ItisI
25 Aug 2023, 09:26
Forum: Ask for Help (v2)
Topic: Enumerating and accessing a very simple object Topic is solved
Replies: 5
Views: 266

Re: Enumerating and accessing a very simple object Topic is solved

And with your version: #Requires AutoHotkey v2.0 #Include "udf.ahk" #Include "UDF-test.ahk" (edit 2023-08-25 16:28:31) newNumMonth := { January: "01", February: "02", March: "03", April: "04", May: "05", June: "06", July: "07", August: "08", September: "09", October: "10", November: "11", December: ...
by ItisI
25 Aug 2023, 09:22
Forum: Ask for Help (v2)
Topic: Enumerating and accessing a very simple object Topic is solved
Replies: 5
Views: 266

Re: Enumerating and accessing a very simple object Topic is solved

@mikeyww - I am still on v2 - my scripts are progressing well and, sir, I don't know what you do, but I swear I checked out the very page and now This suddenly works? newNumMonth := { January: "01", February: "02", March: "03", April: "04", May: "05", June: "06", July: "07", August: "08", September:...
by ItisI
25 Aug 2023, 09:13
Forum: Ask for Help (v2)
Topic: Enumerating and accessing a very simple object Topic is solved
Replies: 5
Views: 266

Re: Enumerating and accessing a very simple object Topic is solved

Found (1.) - by accident:

Code: Select all

MsgBox newNumMonth.HasProp("June")
by ItisI
25 Aug 2023, 09:00
Forum: Ask for Help (v2)
Topic: Enumerating and accessing a very simple object Topic is solved
Replies: 5
Views: 266

Enumerating and accessing a very simple object Topic is solved

(after clicking "New Topic" I got this message in red " The submitted form was invalid. Try submitting again. ") I'm lost - I've tried different topics in the doc, tried a search, can't seem to understand the explanations. The examples given are way above my pay grade. I have created (successfully) ...
by ItisI
03 Aug 2023, 09:54
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

mikeyww & boiler Thank you very much. I have sorted the input - black box - output and it works. I haven't really looked at the black box yet. When I do, I would like to ask my follow-up questions here. OK? F4:: { /*-------------------------------------------------------------- Empty A_Clipboard Se...
by ItisI
03 Aug 2023, 09:36
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

Anyway, good to hear that you don't submit empty posts, at least not intentionally. A few weeks back I got a fleeting message about my name ("ItisI") being mentioned somewhere. It lasted for maybe 2 seconds, then disappeared. So I went back to my UCP to find it - no luck. It was in relation to a po...
by ItisI
03 Aug 2023, 08:18
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

Somentimes I also hit "Full Editor & Preview" and get a message like "To few characters" or some such which I ignore and start typing my post. Actually I would have preferred to edit this line as it is not complete. It should read ------------------------------------------------------------- When s...
by ItisI
03 Aug 2023, 08:09
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

boiler I did not intend to post a blank post, and I am certain, after submitting I only edited minor points (spelling, omissions, better understanding). I don't recall anymore now. But the bulk of it I submitted in one go - maybe 99% :) I usually prepare these post for a while having the editor win...
by ItisI
03 Aug 2023, 04:58
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

mikeyww Bang on the midface protuberance :D needleRegEx := 'm)^(\d\.)' Oh those effing details. And I specifically use ST. Supposedly with PCRE support. And I don't seem to be able to find an equivalent switch/option/button to turn on/OFF "m)" ... ---------------------------------------------------...
by ItisI
02 Aug 2023, 09:30
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Re: Transforming Dates to ISO-Dates

Thanks for your replies boiler and mikeyww I am sorry, I probably wasn't precise enough. I don't want to consider these ... -------------------------------------------------------------- 27. Juli 1960 4. Oktober 1960 24. April 1961 6. April 1962 28. November 1962 ------------------------------------...
by ItisI
02 Aug 2023, 04:53
Forum: Ask for Help (v2)
Topic: Transforming Dates to ISO-Dates
Replies: 13
Views: 753

Transforming Dates to ISO-Dates

Hi folks :) Having used this script to great satisfaction for some time now, it seemed necessary to extend it for further use. So I decided to do something about those strange German dates (day, month, year = "24. Dezember 1900"), which, apart from the noun for the month, also start with the smalles...
by ItisI
18 Jul 2023, 10:12
Forum: Ask for Help (v1)
Topic: What's the most recent v1 version of ahk with signature? why no any more? thx
Replies: 11
Views: 604

Re: What's the most recent v1 version of ahk with signature? why no any more? thx

@gregster
Depends on the forum theme :D

I use "Simplicity" 'cause it gives me all the buttons and knobs I need, but no individual "subject line of the specific post"


@mikeyww
So once more, it is your method I need to apply :D

Thanks a lot, the two of you :bravo:
by ItisI
18 Jul 2023, 09:45
Forum: Ask for Help (v1)
Topic: What's the most recent v1 version of ahk with signature? why no any more? thx
Replies: 11
Views: 604

Re: What's the most recent v1 version of ahk with signature? why no any more? thx

How do I
1. Get the URL of a single post?
2. Linking to it seems easy then ...

Please help :)
by ItisI
18 Jul 2023, 09:15
Forum: Ask for Help (v1)
Topic: What's the most recent v1 version of ahk with signature? why no any more? thx
Replies: 11
Views: 604

Re: What's the most recent v1 version of ahk with signature? why no any more? thx

gregster told me way down in that thread (https://www.autohotkey.com/boards/viewtopic.php?f=17&t=62266&start=80) where to find hashes. There are SHA256 hashes, for example you can look at our github release channel or the individual version announcements (which also contain hashes for the zip-versi...

Go to advanced search