<openOrRead> Message <1to20>

SCRIPT {
    SendKeys "{ctrl+home}"
    if _arg2 <> "1" then
        count& = Val(_arg2) - 1
        SendKeys "{down "+Str$(count&)+"}"
    end if
    SendKeys "{enter}"
}