作者JediDotOrg (Jedi.org)
站内EzHotKey
标题Re: [AHK-] 将007转为7,有更简单的作法吗?
时间Mon Apr 12 21:18:23 2010
※ 引述《LPen (鸟人)》之铭言:
: 小弟目前在计算年龄的程式的时候,
: 需要把抓取到的文字(例如007)转为7
: 我目前的作法如下:
: birth=007
: birth=1%birth%
: birth:=birth-1000
: age:=99-birth
: msgbox, your age is %age%
: 虽然可以,但感觉蛮冗长的,不知有没有比较简洁的写法呢?
birth = 007
SetFormat, float, 0.0
birth += 0
MsgBox, %birth%
话说为什麽 age:=99-birth 呢
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 59.126.224.29
1F:推 LPen:因为今年是民国99年阿 04/13 06:49
2F:→ LPen:感谢。 04/13 06:49