Cite This Page
Bibliographic details for Select from Array
- Page name: Select from Array
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 6 February 2010 14:48 UTC
- Date retrieved: 19 February 2025 12:15 UTC
- Permanent URL: https://rosettacode.org/wiki/Select_from_Array?oldid=138501
- Page Version ID: 138501
Citation styles for Select from Array
APA style
Select from Array. (2010, February 6). Rosetta Code. Retrieved 12:15, February 19, 2025 from https://rosettacode.org/wiki/Select_from_Array?oldid=138501.
MLA style
"Select from Array." Rosetta Code. 6 Feb 2010, 14:48 UTC. 19 Feb 2025, 12:15 <https://rosettacode.org/wiki/Select_from_Array?oldid=138501>.
MHRA style
Rosetta Code contributors, 'Select from Array', Rosetta Code, 6 February 2010, 14:48 UTC, <https://rosettacode.org/wiki/Select_from_Array?oldid=138501> [accessed 19 February 2025]
Chicago style
Rosetta Code contributors, "Select from Array," Rosetta Code, https://rosettacode.org/wiki/Select_from_Array?oldid=138501 (accessed February 19, 2025).
CBE/CSE style
Rosetta Code contributors. Select from Array [Internet]. Rosetta Code; 2010 Feb 6, 14:48 UTC [cited 2025 Feb 19]. Available from: https://rosettacode.org/wiki/Select_from_Array?oldid=138501.
Bluebook style
Select from Array, https://rosettacode.org/wiki/Select_from_Array?oldid=138501 (last visited February 19, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Select from Array --- Rosetta Code{,} ", year = "2010", url = "https://rosettacode.org/wiki/Select_from_Array?oldid=138501", note = "[Online; accessed 19-February-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Select from Array --- Rosetta Code{,} ", year = "2010", url = "\url{https://rosettacode.org/wiki/Select_from_Array?oldid=138501}", note = "[Online; accessed 19-February-2025]" }