/[svn]/doc/docbase/instrument_scripts/nksp/01_nksp.html
ViewVC logotype

Diff of /doc/docbase/instrument_scripts/nksp/01_nksp.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3111 by schoenebeck, Wed Feb 15 13:06:05 2017 UTC revision 3119 by schoenebeck, Fri Apr 21 16:02:47 2017 UTC
# Line 771  on note Line 771  on note
771        @postfix := "nd"        @postfix := "nd"
772      case 3      case 3
773        @postfix := "rd"        @postfix := "rd"
774    end if    end select
775    
776    message("This is the " & $numberOfNotes & @postfix & " note triggered so far.")    message("This is the " & $numberOfNotes & @postfix & " note triggered so far.")
777  end on  end on
# Line 812  on note Line 812  on note
812      case 3      case 3
813        message("Third note was triggered!") { Will never be printed ! }        message("Third note was triggered!") { Will never be printed ! }
814        exit        exit
815    end if    end select
816    
817    message("Wow, already the " & $numberOfNotes & "th note triggered.")    message("Wow, already the " & $numberOfNotes & "th note triggered.")
818  end on  end on
# Line 851  on note Line 851  on note
851      case 1 to 99      case 1 to 99
852        message("Less than 100 notes triggered so far")        message("Less than 100 notes triggered so far")
853        exit        exit
854    end if    end select
855    
856    message("Wow, already the " & $numberOfNotes & "th note triggered.")    message("Wow, already the " & $numberOfNotes & "th note triggered.")
857  end on  end on

Legend:
Removed from v.3111  
changed lines
  Added in v.3119

  ViewVC Help
Powered by ViewVC