Beta Users:

This version adds support for PCBoard 15.0 and if you have already been
using a preliminary copy of CALLS v15s1 prior to this copy and get a runtime
error reading in an old CALLS.SAV file, check line 22 & 23. they should both
have 20 variables on them. Line 24 should have the FIRST line data of a Logon.
You will need to add line 23 and add enough 0's (most likely two of them) to
line 22 just before the last number on the line.

Example (except you will have some numbers other than 0):

0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1                          <Line 22
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0                          <Line 23
01-03-93 (12:01) (1) GARY MEEKER (LOCAL) (G) LAWRENCEVILLE, GA   <Line 24

This should let you use an old CALLS.SAV file. If you've been running a
version prior to v15s1 then you will be fine as CALLS detects the verison
and will add the new variable space on it's own. I just got a little lazy
while upgrading and didn't add a whole lot of new code each time I made
changes and needed to add some more variable space in the .SAV file. Line 23
leaves room for some expansion without creating a new format.
