Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Ask for Help (v2) • How to make dynamic property also call static property

$
0
0

CODE:

MsgBox a.b
MsgBox a("abc").b
class a {
__New(Name){
this.Name:=Name
}
static Name:="aaa"
static b => this.Name
}

Statistics: Posted by cgx5871 — Today, 09:28



Viewing all articles
Browse latest Browse all 579

Trending Articles