Search found 546 matches

by RobertL
11 Jun 2014, 21:36
Forum: Ask for Help (v2)
Topic: [Solved]StrPut/StrGet &Address or Address?—a:=&a problem Topic is solved
Replies: 6
Views: 4901

[Solved]StrPut/StrGet &Address or Address?—a:=&a problem Topic is solved

In v2-changes, there is: NumPut/NumGet : If a variable containing a pure number is passed to the VarOrAddress parameter, the variable's value is used rather than the address of the variable itself. And I find it is suitable for StrPut/StrGet 's arg Address .(While it's not metioned in v2-changes doc...
by RobertL
10 Jun 2014, 09:53
Forum: Ask for Help (v2)
Topic: [Solved]Can't use expression in SendMessage's arg Msg Topic is solved
Replies: 2
Views: 2539

Re: [BUG]Can't use expression in SendMessage's arg Msg (AHK Topic is solved

Oh, sorry, I forget it. I just only searched for "SendMessage" in "Changes from v1.1 to v2.0".
Or Command called as functions——Command().
by RobertL
10 Jun 2014, 08:27
Forum: Ask for Help (v2)
Topic: [Solved]Can't use expression in SendMessage's arg Msg Topic is solved
Replies: 2
Views: 2539

[Solved]Can't use expression in SendMessage's arg Msg Topic is solved

[Update by Lexikos: Legacy syntax was removed in v2.0-a079.]

(At least,) Command SendMessage's first arg Msg doesn't support expression in AHK V2.
So

Code: Select all

x:=12,
SendMessage x,..        ;don't work
SendMessage % x,..    ;could work
by RobertL
15 Mar 2014, 23:55
Forum: Ask for Help (v1)
Topic: OrderedArray() Invalid
Replies: 2
Views: 1307

Re: OrderedArray() Invalid

;Chang: ;static obj:=OrderedArray() ;to: static obj obj:=OrderedArray() ;Or #include <OrderedArray> before use OrderedArray() From AHK help(chm):(When I use spoiler, its content is empty?) Static Initializers: In versions prior to 1.0.46, all static variables started off blank; so the only way to d...
by RobertL
18 Jan 2014, 07:52
Forum: 教程资料
Topic: v1.1至v2.0-a064变更记录 中文·2015-5-3更新
Replies: 4
Views: 22679

Re: v1.1至v2.0变更记录 中文

amnesiac wrote:楼主有兴趣翻译v2帮助吗?
有兴趣翻译V2,但能力、精力有限。
另,本论坛支持新消息邮件提醒吗?(AHK8可以)我不经常查看这的..。
我是AHK8的robertl,群里的萝卜,联系过的。
收到后,有用信息合并至1楼,并删除本楼。删不掉了..算了..
by RobertL
18 Jan 2014, 01:40
Forum: 教程资料
Topic: v1.1至v2.0-a064变更记录 中文·2015-5-3更新
Replies: 4
Views: 22679

v1.1至v2.0-a064变更记录 中文·2015-5-3更新

之前翻译的,放于 AHK8论坛 (故障)。 今看群里有人拿不准谷歌的翻译,而帖子却少有人问津,故再发于此。 跳转过去看吧..节约资源,避免碎片。 AHK8论坛帖子 Changes from v1.1 to v2.0 / v1.1至v2.0变更记录 (基础文档)(故障) AHKScript- AutoHotkey v2 alpha 中文版Github- AutoHotkey v2 alpha (随每版追加) 投票我选的1、2、3(优先级1>3>2)。 有 兴趣 翻译V2,但能力、精力有限, 边学边译,顺带分享 ,请管理员 组织 。 我是AHK8/老英文论坛的robertl,群里的萝卜。 另见 后...

Go to advanced search