--- doc/docbase/instrument_scripts/nksp/01_nksp.html 2017/04/21 13:33:03 3118 +++ doc/docbase/instrument_scripts/nksp/01_nksp.html 2017/04/21 16:02:47 3119 @@ -771,7 +771,7 @@ @postfix := "nd" case 3 @postfix := "rd" - end if + end select message("This is the " & $numberOfNotes & @postfix & " note triggered so far.") end on @@ -812,7 +812,7 @@ case 3 message("Third note was triggered!") { Will never be printed ! } exit - end if + end select message("Wow, already the " & $numberOfNotes & "th note triggered.") end on @@ -851,7 +851,7 @@ case 1 to 99 message("Less than 100 notes triggered so far") exit - end if + end select message("Wow, already the " & $numberOfNotes & "th note triggered.") end on