I think he means smooth scrolling, not block by block scrolling. Both can be done with the Copy() command, but when the letters get to the edge with smooth scrolling, they disappear suddenly. You can fix that by copying the non-text part of the screen to the back buffer, using the Horizontal Scroll command, and then copying the buffer back, but that's more complicated and can't always be done.
EDIT: Ninja'd