Is there something wrong in this sentene of RC2 change log? Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
User avatar
V2User
Posts: 195
Joined: 30 Apr 2021, 04:04

Is there something wrong in this sentene of RC2 change log?  Topic is solved

Post by V2User » 27 Jan 2023, 05:21

@Lexicos
You can either ignore it. But I would like to bother you a bit with a small question if could. As I'm recently learning about some changes about V2, since I came back here from a very long time busying of other things.
Here is the link:
viewtopic.php?f=24&t=110696#:~:text=Fixed%20trailing%20unset,count%20toward%20MaxParams.
image.png
image.png (29.21 KiB) Viewed 239 times
Does the underlined sentence mean that a? will not be counted as a member of Maxparams after the fix?
However, in the V2.02 code, it outputs 1 which shows that a:=unset has been included in Maxparams. To be stranger, it also outputs 1 even in a136. It seems that the underlined sentence in the change log makes no change:

Code: Select all

OutputDebug(A_AhkVersion '`n')
ff(a:=unset,x*){
}
OutputDebug(ff.MaxParams)
image.png
image.png (20.39 KiB) Viewed 203 times
image.png
image.png (23.34 KiB) Viewed 203 times
Is there something wrong in my understanding or in the underlined sentence?
Sorry if disturbing.
And I will very appreciate it if any answer could be given for my confusion.

User avatar
V2User
Posts: 195
Joined: 30 Apr 2021, 04:04

Re: Is there something wrong in this sentene of RC2 change log?

Post by V2User » 27 Jan 2023, 07:43

Maybe I have understood it now.

Post Reply

Return to “Ask for Help (v2)”