Code:
  
    var %x = 1
    while (%x <= $did($dname,5).lines) {
      set %msg %msg $+ $crlf $+ $did($dname,5,%x).text
      inc %x
    }


Got limit in the length of the variable smile