Re: How print sequence of comma delimited numbers, in ROWS?
- Posted by DanM Jan 23, 2009
- 921 views
gbonvehi said...
Just a hint, if you need redraw speed you should consider drawing first to a buffer and then outputing that to a window.
Regards,
Guillermo
Thanks Guillermo, that's a good suggestion, and, as chance would have it, I'm already doing that, although not for speed but rather because I'm putting stuff in a virtual window for scrolling.
Dan