Category : BBS Programs+Doors
Archive   : TWVIEW93.ZIP
Filename : PART6.INC

 
Output of file : PART6.INC contained in archive : TWVIEW93.ZIP
procedure processPath( var space : TheVoid );
var
ch : char;
line : string;
s : sectorindex;
begin
if eof( f ) then exit;
repeat
readln( f, line );
writeln('debug: skipping ', line );
until pos('shortest path', line ) > 0;
repeat
s := ReadNumber(f);
if s <> 0 then
space.sectors[s].etc := space.sectors[s].etc or SpaceLane;
read( f, ch );
writeln('debug: read sector ', s, ' char ', ch );
until (ch <> '>') or (s=0);
end; {process Path}

procedure PartVI( var space : TheVoid );
{ read computer read out from Major Space Lanes data }
var
pass : 1..8;
begin
for pass := 1 to 8 do
processPath( space );
SaveData( g, space );
close( g );
end; {Part6}

  3 Responses to “Category : BBS Programs+Doors
Archive   : TWVIEW93.ZIP
Filename : PART6.INC

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/