
s87 -> CALL __SetWin() -> Clipper 5.2e?
Roby
Have a look at TBrowse - samples are in \CLIPPER5\SOURCE\TBROW
--
HTH
Steve Quinn
Are part-time band leaders semi-conductors?
Do jellyfish get gas from eating jellybeans?
How do you write zero in Roman numerals?
How many weeks are there in a light year?
Quote:
> How to create a scrollable screen inside a screen using standard output to
> console?
> I used:
> CALL __setwin WITH Word(7),Word(0),Word(24),Word(79)
> in Summer 87 code.
> How in Clipper 5.2?
> Thank you.