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 2,747 of 2,978   
   Dos-Man 64 to ChairS...@mail.com   
   Re: Please help with Goto statement (2/2   
   09 Apr 09 12:44:37   
   
   [continued from previous message]   
      
       if (ch = CLeft) then GotoXY(WhereX - 1, WhereY);   
       if (ch = CRight) then GotoXY(WhereX+1, WhereY);   
       if (ch = CDown) then GotoXY(WhereX, WhereY+1);   
       if (ch = CExit) then Done := True;   
      
       if (ch = CEnter) then   
       begin   
          {$I-}   
      
          chdir(listing[whereY]);   
          if (IOResult <> 0) then   
            done := true   
          else   
            goto 1   
       end;   
      
    until Done;   
      
     Window(1, 1, 80, 25);   
     NormVideo;   
     ClrScr;   
   end.   
      
      
   --- 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