Code:
For $i=65 to 90
   $OutString = $OutString + chr($i)
Next

$nul = messagebox("Length of should be 26 and it is " + len($Outstring), "String Length")