

TakeDrop
Details

- TakeDrop uses the standard sequence specification:
-
All all elements None no elements n elements 1 through n UpTo[n] elements 1 up to at most n, as available -n last n elements {n} element n only {m,n} elements m through n inclusive {m,n,s} elements m through n in steps of s - TakeDrop can be used on an object with any head, not necessarily List.
- Applying TakeDrop to a SparseArray object normally yields a pair of SparseArray objects.
- Applying TakeDrop to an Association object yields a pair of Association objects containing elements from the specified positions.
Examples
open all close allBasic Examples (2)
Scope (5)
See Also
Take Drop StringTakeDrop FoldPair FoldPairList Part Partition ArrayReshape Split Flatten
Function Repository: KeyTakeDrop SplitAtPositions
Related Guides
Text
Wolfram Research (2015), TakeDrop, Wolfram Language function, https://reference.wolfram.com/language/ref/TakeDrop.html (updated 2015).
CMS
Wolfram Language. 2015. "TakeDrop." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/TakeDrop.html.
APA
Wolfram Language. (2015). TakeDrop. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/TakeDrop.html
BibTeX
@misc{reference.wolfram_2025_takedrop, author="Wolfram Research", title="{TakeDrop}", year="2015", howpublished="\url{https://reference.wolfram.com/language/ref/TakeDrop.html}", note=[Accessed: 13-August-2025]}
BibLaTeX
@online{reference.wolfram_2025_takedrop, organization={Wolfram Research}, title={TakeDrop}, year={2015}, url={https://reference.wolfram.com/language/ref/TakeDrop.html}, note=[Accessed: 13-August-2025]}