You're kidding?

Code:
alias writedcode {
  /clear -s
  var %d = 0, %did = 49, %lid = 72, %startx = 63, %starty = 10, %height = 9
  while (%did <= %lid) {
    /echo -s edit "", %did $+ , %startx $calc(%starty + (%d * %height)) 30 10, center
    /inc %did
    /inc %d
  }
}


Just changed startx, did, and added "disabled" to the /echo on the first two columns. wink


-KingTomato