home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.pascal.borland      Borland Pascal was actually pretty neat      2,978 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 1,819 of 2,978   
   Robert AH Prins to Raymond Holtzfingeru   
   Re: restoreing the screen backwards in t   
   04 Jul 05 21:44:58   
   
   From: prino@onetel.com   
      
   "Raymond Holtzfingeru"  wrote in message   
   news:2l3jc1tj4hda3ju0dq53fkrmegidpi5bcd@4ax.com...   
   > Hello,   
   > I am trying to write something in TP7 that will store the screen but   
   > when it goes to restore the screen, it is backwards.  Instead of  col   
   > 1 to col 80, row 1 to row 25 it is shown col 80 to col1, row 25 to row   
   > 1.  Is that clear?  Can that be done?   
      
   Are you stupid? Or just pretending?   
      
   do row = 1 to 80   
     do col = 1 to 25   
       array[row,col] = screen   
      
   do col = 25 to 1 by -1   
     do row = 80 to 1 by -1   
       screen = array[row,col]   
      
   Do I get your credits?   
      
   Robert   
   --   
   Robert AH Prins   
   prino at onetel dot com   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca