J'essaie d'obtenir la somme d'une liste.
La liste newTotal :
{"30.00", "30.00"}
repeat with each from 1 to count of items of newTotal
set myFinalTotal to myFinalTotal + each
end repeat
Mais le résultat est inattendu = 3
Comment dois-je faire les calculs ?