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 } }