Änderungen

170 Bytes hinzugefügt ,  08:51, 12. Jun. 2014
Zeile 35: Zeile 35:     
==Array 2==
 
==Array 2==
{{#arraydefine:b|orange,red ,yellow, yellow|,|unique,sort=desc, print=list}} <br/>
+
*Array direct angegeben ind ale Liste (kommagetrennt) ausgegeben:  {{#arraydefine:b|orange,red ,yellow, yellow|,|unique,sort=desc, print=list}} <br/>
{{#arrayprint:b ||@ |@ |print=pretty }} <br/>
+
*Array schön ausgegeben mit Komma und letzter Wert mit "und":  {{#arrayprint:b ||@ |@ |print=pretty }} <br/>
{{#arrayindex:b |-1 }}
+
*Letztes Element des Arrays ausgeben: {{#arrayindex:b |-1 }}