Quindi questa:
document.frmModulo[valore].value

ci provero'...

Come dicevo io ho risolto utilizzado DOM:
Codice PHP:
function Incrementa(valore){
    if(
document.getElementById) {
    
riferimento document.getElementById(valore);
    
nuovoValore = ++riferimento.value;
    
riferimento.style.color '#FF0000';
    }
    return 
false;

Proverò anche con la sintattsi da te postata.
grazie sei molto gentile...