I want to knwo how u can jump between 2 different windows. e.g:
-----------------
|blah blah |
|blah blah |
| | window1
| |
| |
-----------------
-----------------
| | window2
-----------------
i want the user to write commands into window 2 and the text should appear in window 1 after the blah blah's, and when window 1 is full, the text should shift up making room for new text. Is that possible in pascal ? I have TurboPascal v7 i think. I tried to label the windows and user GoTo but i didn't manage to do it that way :) Anyone have any ideas ?