Closed astrofrog closed 11 years ago
The following will cause issues:
avm.Instrument = "Laptop"
because Instrument should be a sequence. To avoid issues like that, we need to check for the type of tags as soon as they are set.
Instrument
This should now work.
The following will cause issues:
because
Instrument
should be a sequence. To avoid issues like that, we need to check for the type of tags as soon as they are set.