※ 引述《LivingGym (living)》之銘言:
: 目前我的script是
: :*:'rs::
: send, () wound healing with mild inflammation within normal limits
: return
: 但每次貼上後都要再手動輸入一些文字到上面的()裡
: 例如 (48) wound healing with mild inflammation within normal limits
: 請問有沒有方法能做到像是輸入'rs,48 可以輸出上面那行
: 我只有想到MsgBox,但這樣速度和手動加上差不多
: 謝謝
就如前面推文所說 類似這樣的寫法
:*:'rs::
inputbox, a
send, (%a%) wound healing with mild inflammation within normal limits
return