append





append() \ Language (API) \ Processing 1.0






























Language (A-Z) \ Libraries \ Tools \ Environment






Reference for Processing version 1.2. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Javadoc.

Name append() Examples String[] sa1 = { "OH ", "NY ", "CA "}; String[] sa2 = append(sa1, "MA "); println(sa2); // Prints OH, NY, CA, MA Description Expands an array by one element and adds data to the new position. The datatype of the element parameter must be the same as the datatype of the array. When using an array of objects, the data returned from the function must be cast to the object array's data type. For example: SomeClass[] items = (SomeClass[]) append(originalArray, element). Syntax append(array, element) Parameters array boolean[], byte[], char[], int[], float[], or String[], or an array of objects element new data for the array Returns Array (the same datatype as the input) Usage Web & Application Related shorten()expand()

Updated on June 14, 2010 12:05:29pm EDT












Processing was initiated by Ben Fry and Casey Reas. It is developed by a small team of volunteers.


© Info \

Site hosted by Media Temple!









Wyszukiwarka

Podobne podstrony:
Cisco Press CCNP Routing Exam Certification Guide Appendix
Linux IPCHAINS HOWTO Appendix Differences between ipchains and ipfwadm
appendixb
appendix a
Appendix II (2)
AppendixIII
AppendixL
APPEND
function stream filter append
appendixa (3)
Cisco Broadband Operating System Appendix A
appendixA
Appendices01 Intro
English Skills with Readings 7e Appendix
Appendix D
Appendices04 Mouse
AppendixG
appendix e
20 Appendix B Fiber Optic Standards

więcej podobnych podstron