Err UnloadInstrument (Item Instrument)
LoadInstrument()
.
Do not confuse this function with DeleteInstrument()
, which deletes an Instrument created by CreateInstrument()
. Calling DeleteInstrument()
for an instrument created by LoadInstrument()
deletes the Instrument, but not the Template, leaving you with an unaccessible Template Item that you can't delete. Calling UnloadInstrument()
for and Instrument created by CreateInstrument()
deletes Template for that Instrument along with all other Instruments created from that Template.
LoadInstrument
(), DeleteInstrument(), UnloadInsTemplate()