Test[0]=5;Test[1]=20;Test[2]=10;Test[3]=15;Test[4]=8;Test[5]=4;var GrosterWert=0;var GrosterIndex=0;var ArrayLange=5;function irgendwas(){ var i=0; while(i<ArrayLange) { if(Test[i]>GrosterWert) { GrosterWert=Test[i]; GrosterIndex=i; } i+=1; }}
Gamestudio download | Zorro platform | shop | Data Protection Policy
oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de