hi all:
we encountered this block of javascript code but we don't understand a line within this block.... can somebody explain to us what it means??
====from this block of code=========
while (ls.length>12){
ab=eval(ls.substring(0,2))-89;
----->this line---ab1=(ab1==""?""+ab:ab1); <---------
oab1=ab1;
ls=ls.substring(2,ls.length);
for (var i=0;i<ab;i++){
nr=eval(ls.substring(0,2))-a;
ls=ls.substring(2,ls.length);
nls+=al.charAt(nr);
}
================================
any help will be appreciated!!
Bo & Vic
we encountered this block of javascript code but we don't understand a line within this block.... can somebody explain to us what it means??
====from this block of code=========
while (ls.length>12){
ab=eval(ls.substring(0,2))-89;
----->this line---ab1=(ab1==""?""+ab:ab1); <---------
oab1=ab1;
ls=ls.substring(2,ls.length);
for (var i=0;i<ab;i++){
nr=eval(ls.substring(0,2))-a;
ls=ls.substring(2,ls.length);
nls+=al.charAt(nr);
}
================================
any help will be appreciated!!
Bo & Vic