I fixed my problem. Here's the fix:
Code:
var %C = 1
  while (%C <= %bodylen) {
    sockwrite -n $sockname $eval(% $+ $eval(%C,1),2) 
    inc %C
  }