Originally Posted By: Jochen
I don't see why you still insist on parenthesing your multiplications ;\)

True, not needed anymore
85:
 Code:
Function a($b)
  Dim $, $y
  For $=0 to Len($b)
    $y=Asc(SubStr($b,$))-64
    If $y>0 $a=$a+$*$y
EndFunction


Witto: You are right, this was my first KixGolf participation \:\)