Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ref:callinfo.bbs [2021/02/27 03:58] – [Callinfo.bbs] Fixed table formatting BoonDockref:callinfo.bbs [2021/02/27 04:42] (current) – [Datastructure] Highlighted code and made it downloadable BoonDock
Line 12: Line 12:
 ^ Line ^Example                 ^Description            ^Comment            ^ ^ Line ^Example                 ^Description            ^Comment            ^
 |01    |Jim Harrer              |User Name              | |01    |Jim Harrer              |User Name              |
-|02    |5                       |Baud                   |+|02    |5                       |Baud                   |300=1, 1200=2, 2400=0, 9600=3, 19200=4, Local=5 |
 |03    |Bakersfield, CA         |Calling From           | |03    |Bakersfield, CA         |Calling From           |
 |04    |1000                    |Security Level         | |04    |1000                    |Security Level         |
Line 53: Line 53:
 Most of the original software was written in Pascal. This is a routine to write the file (in Pascal) Most of the original software was written in Pascal. This is a routine to write the file (in Pascal)
  
 +<file pascal Save_Caller_Info.pas>
 procedure Save_Caller_Info; procedure Save_Caller_Info;
   { Save the callers information when exiting to a live program or   { Save the callers information when exiting to a live program or
Line 141: Line 142:
     CheckError('Closing CALLINFO.BBS File');     CheckError('Closing CALLINFO.BBS File');
   end;   end;
- + </file>
 ===== See Also ===== ===== See Also =====
   * [[:ref:|ref index]]   * [[:ref:|ref index]]