Comment 3 for bug 1899947

Revision history for this message
ronso0 (ronso0) wrote : Re: script.deckFromGroup(group) fails for [EqualizerRack1_[ChannelN]_Effect1]

btw you can use the 'parseInt' from script.deckFromGroup():
// isolate 'N' from [ChannelN]
sourceDeck = parseInt(group.substring(8,9));