qck.hlp (Table of Contents; Topic list)
ON PEN Statement
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Branches to the specified routine when a lightpen is activated; can be used
 with object-specific events.
 
    ON PEN GOSUB {linenumber | linelabel}
 
    ■ linenumber     First line of the event-handling routine to execute
      linelabel      when the lightpen is activated
 
 See Also
    Error/Event Trapping Summary  Object Events Summary  PEN Statement