Extract Stack of 2d Waves

Hi,

do you know a fast way to extract a subrange of 2d waves of a 3d stack like:
tmpStack = [][][a,b]

Thanks
Duplicate/R should do the job. For example,
make/n=(10,20,30) ddd
duplicate/R=[][][10,20] ddd,eee