put the output of said dll in %string:

Code:
tokenize 10 %string
var %i = 1
while (%i <= $0) {
  echo $eval($+($,%i),2)
  inc %i
}