Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

fueeg_zaeme()

Examples
Satz[] sa1 = bitte "OH ", "NY ", "CA "danke;
Satz[] sa2 = bitte "KY ", "IN ", "MA "danke;
Satz[] sa3 = fueeg_zaeme(sa1, sa2);
schrib_uf_e_neui_Linie(sa3);  // Prints OH, NY, CA, KY, IN, MA
Description Concatenates two arrays. For example, concatenating the array bitte 1, 2, 3 danke and the array bitte 4, 5, 6 danke yields bitte 1, 2, 3, 4, 5, 6 danke. Both parameters must be arrays of the same datatype.

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[]) fueeg_zaeme(array1, array2).
Syntax
fueeg_zaeme(array1, array2)
Parameters
array1, array2 EisoderNull[], Chlinizahl[], Buechstabe[], Ganzizahl[], Komazahl [], Satz[], or an Lischte of objects
Usage Web & Application
Related erwitere_id_Position()
Stefan Baltensperger 2009

Creative Commons License