Function valor
function valor (oque, conjunto, elementos) //oque => conjunto[id]
(id in elementos)
{var re, str;
re = /\s*(\w+)\s+(\w+)/;
str = elementos, id = '';
while (re.test(str)) str = str.replace(re, "$1,$2");
str = str.replace(/\s*/g, "");
if (str === '') return;
array = str.split(",");
for (id in array) eval(conjunto +"['" + array[id] +
"'] = " + oque);}
Por quem a chamado
FiltroNaUrl(fim)
Inic(xml)
Pacote j
FuncaoConfigurar.js
Parametros
Uso
- Usar na Url
- Usar por outra função