come non funziona il for
codice:
for i = lbound(pu) to ubound(pu)
    somma = somma + pu(i)
next i