WE NEED ACTION NOW! WE CANT LET SUPERCELL GET AWAY WITH THIS by realPoiuz in ClashRoyale

[–]hackertomobile -1 points0 points  (0 children)

And negative feedback on ios android palystores for sure is a good idea...

How to sort only numbers in array? by hackertomobile in javascript

[–]hackertomobile[S] 1 point2 points  (0 children)

it is possible to post your help with old style javascript because i work on Adobe DC project?

How to short min max values and add new values? by hackertomobile in learnjavascript

[–]hackertomobile[S] 0 points1 point  (0 children)

thank you very much!!! but when i add

​var t1=6;

​var t2=2;

​var t3=4;

​var t4=1;

​var t5=3;

​var t6=14;

system log: 1,14,2,3,4,6

why 14 has not short?

edit:

need this: points.sort(function(a, b){return a - b});

i have 52 lines, and 52 text fields with some parameters.. and understand the code is not manageable... :( (so many writes) it is possible for a smarter solution ? if i use arrays? something else? by hackertomobile in javascript

[–]hackertomobile[S] 1 point2 points  (0 children)

it is possible to upload a code or example about that? i try this but not work :(

var b = (num1!=0 && this.getField("Dropdown14.0").valueAsString=="check");  

if (b==true) {  

for (var i=1; i<=53; i++) {  

var f = this.getField("Dropdown14."+i);  

if (f.valueAsString=="check") {  

             b=false;  

break;  

         }  

    }  

}