Switch to edit mode.
Name(s): set1: if (args[3] == "strings") 2: this.type = "strings" 3: elseif (args[3] == "brass") 4: this.type = "brass" 5: elseif (args[3] == "woodwind") 6: this.type = "woodwind" 7: endif 8: "Last modified by Roosterman (#2322) on Sun Jul 23 07:21:26 2000 MDT."