Hi again!
Is there a way to strip (x) number of indexes from the beginning or end of a spread, in the same way that CAR and CDR do?
Cheers
Hi again!
Is there a way to strip (x) number of indexes from the beginning or end of a spread, in the same way that CAR and CDR do?
Cheers
yeah. using Re-sample or Get Slice is does it. Example attached.
not sure which one is more efficient.
splitSpread.v4p (11.5 kB)
in case you deal with large slicecounts use getspread
Great, thanks.