Home » CEEFAX disks » telesoftware10.adl » 18-11-88/SHARUPS

18-11-88/SHARUPS

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » CEEFAX disks » telesoftware10.adl
Filename: 18-11-88/SHARUPS
Read OK:
File size: 0815 bytes
Load address: 0000
Exec address: 0000
File contents
    SHARE PROGRAM UPDATES (3/11/88)

                         ...oooOOOooo...

Users of the previous transmissions of the Share software should read
these notes. Some corrections and minor improvements have been added
on suggestion from users.

                         ...oooOOOooo...

BASIC 1 users will have had problems due to the use of the BASIC 2
command OPENIN which is not included in BASIC 1's command table.
BASIC 2's OPENUP is equivalent to BASIC 1's OPENIN so all OPENIN's
have been changed to OPENUP which ensures the programs may be used
with either version of BASIC.

Master users may have had some problems with the initial EXEC file
"!BOOT". EXEC'ed files are not automatically closed on a BBC B or a
Master. The BBC B machine does not mind this but the Master does. So
the command *FX119 is issued at the start of program "MAIN". This
closes any open EXEC or SPOOL files and the program should continue as
normal.

If there is no !BOOT file on the disc you are asked whether you would
like one created. If the reply is "Y" or "y" the !BOOT file is created
and the disc is configured for auto-BOOTing (*OPT4,3). If the answer
is "N" or "n" then the previous version of the Share software ENDed.
This version continues whether a !BOOT is created or not. There is a
disadvantage in that every time the MAIN program is entered it detects
that there is no !BOOT file and asks whether you want one created
again. It is therefore recommended that a !BOOT file IS created
whether it be your own version or the one offered.

When the new CEEFAX system was instigated in July 1988, program AUTO
could not detect the 'Close of business'. A fault of the program, not
CEEFAX. A new version was broadcast which took care of this. 

A user pointed out that when a shareprice could not be found, ie.
missing, the automatic maximum and/or minimum values were applied to
the wrong share. This resulted in the plotting program scaling the
axes with incorrect maximum and/or minimum values. This new version of
AUTO has this error corrected.

Jon Leighton - (Nov 1988)
00000000  0d 20 20 20 20 53 48 41  52 45 20 50 52 4f 47 52  |.    SHARE PROGR|
00000010  41 4d 20 55 50 44 41 54  45 53 20 28 33 2f 31 31  |AM UPDATES (3/11|
00000020  2f 38 38 29 0d 0d 20 20  20 20 20 20 20 20 20 20  |/88)..          |
00000030  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2e  |               .|
00000040  2e 2e 6f 6f 6f 4f 4f 4f  6f 6f 6f 2e 2e 2e 0d 0d  |..oooOOOooo.....|
00000050  55 73 65 72 73 20 6f 66  20 74 68 65 20 70 72 65  |Users of the pre|
00000060  76 69 6f 75 73 20 74 72  61 6e 73 6d 69 73 73 69  |vious transmissi|
00000070  6f 6e 73 20 6f 66 20 74  68 65 20 53 68 61 72 65  |ons of the Share|
00000080  20 73 6f 66 74 77 61 72  65 20 73 68 6f 75 6c 64  | software should|
00000090  20 72 65 61 64 0d 74 68  65 73 65 20 6e 6f 74 65  | read.these note|
000000a0  73 2e 20 53 6f 6d 65 20  63 6f 72 72 65 63 74 69  |s. Some correcti|
000000b0  6f 6e 73 20 61 6e 64 20  6d 69 6e 6f 72 20 69 6d  |ons and minor im|
000000c0  70 72 6f 76 65 6d 65 6e  74 73 20 68 61 76 65 20  |provements have |
000000d0  62 65 65 6e 20 61 64 64  65 64 0d 6f 6e 20 73 75  |been added.on su|
000000e0  67 67 65 73 74 69 6f 6e  20 66 72 6f 6d 20 75 73  |ggestion from us|
000000f0  65 72 73 2e 0d 0d 20 20  20 20 20 20 20 20 20 20  |ers...          |
00000100  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 2e  |               .|
00000110  2e 2e 6f 6f 6f 4f 4f 4f  6f 6f 6f 2e 2e 2e 0d 0d  |..oooOOOooo.....|
00000120  42 41 53 49 43 20 31 20  75 73 65 72 73 20 77 69  |BASIC 1 users wi|
00000130  6c 6c 20 68 61 76 65 20  68 61 64 20 70 72 6f 62  |ll have had prob|
00000140  6c 65 6d 73 20 64 75 65  20 74 6f 20 74 68 65 20  |lems due to the |
00000150  75 73 65 20 6f 66 20 74  68 65 20 42 41 53 49 43  |use of the BASIC|
00000160  20 32 0d 63 6f 6d 6d 61  6e 64 20 4f 50 45 4e 49  | 2.command OPENI|
00000170  4e 20 77 68 69 63 68 20  69 73 20 6e 6f 74 20 69  |N which is not i|
00000180  6e 63 6c 75 64 65 64 20  69 6e 20 42 41 53 49 43  |ncluded in BASIC|
00000190  20 31 27 73 20 63 6f 6d  6d 61 6e 64 20 74 61 62  | 1's command tab|
000001a0  6c 65 2e 0d 42 41 53 49  43 20 32 27 73 20 4f 50  |le..BASIC 2's OP|
000001b0  45 4e 55 50 20 69 73 20  65 71 75 69 76 61 6c 65  |ENUP is equivale|
000001c0  6e 74 20 74 6f 20 42 41  53 49 43 20 31 27 73 20  |nt to BASIC 1's |
000001d0  4f 50 45 4e 49 4e 20 73  6f 20 61 6c 6c 20 4f 50  |OPENIN so all OP|
000001e0  45 4e 49 4e 27 73 0d 68  61 76 65 20 62 65 65 6e  |ENIN's.have been|
000001f0  20 63 68 61 6e 67 65 64  20 74 6f 20 4f 50 45 4e  | changed to OPEN|
00000200  55 50 20 77 68 69 63 68  20 65 6e 73 75 72 65 73  |UP which ensures|
00000210  20 74 68 65 20 70 72 6f  67 72 61 6d 73 20 6d 61  | the programs ma|
00000220  79 20 62 65 20 75 73 65  64 0d 77 69 74 68 20 65  |y be used.with e|
00000230  69 74 68 65 72 20 76 65  72 73 69 6f 6e 20 6f 66  |ither version of|
00000240  20 42 41 53 49 43 2e 0d  0d 4d 61 73 74 65 72 20  | BASIC...Master |
00000250  75 73 65 72 73 20 6d 61  79 20 68 61 76 65 20 68  |users may have h|
00000260  61 64 20 73 6f 6d 65 20  70 72 6f 62 6c 65 6d 73  |ad some problems|
00000270  20 77 69 74 68 20 74 68  65 20 69 6e 69 74 69 61  | with the initia|
00000280  6c 20 45 58 45 43 20 66  69 6c 65 0d 22 21 42 4f  |l EXEC file."!BO|
00000290  4f 54 22 2e 20 45 58 45  43 27 65 64 20 66 69 6c  |OT". EXEC'ed fil|
000002a0  65 73 20 61 72 65 20 6e  6f 74 20 61 75 74 6f 6d  |es are not autom|
000002b0  61 74 69 63 61 6c 6c 79  20 63 6c 6f 73 65 64 20  |atically closed |
000002c0  6f 6e 20 61 20 42 42 43  20 42 20 6f 72 20 61 0d  |on a BBC B or a.|
000002d0  4d 61 73 74 65 72 2e 20  54 68 65 20 42 42 43 20  |Master. The BBC |
000002e0  42 20 6d 61 63 68 69 6e  65 20 64 6f 65 73 20 6e  |B machine does n|
000002f0  6f 74 20 6d 69 6e 64 20  74 68 69 73 20 62 75 74  |ot mind this but|
00000300  20 74 68 65 20 4d 61 73  74 65 72 20 64 6f 65 73  | the Master does|
00000310  2e 20 53 6f 0d 74 68 65  20 63 6f 6d 6d 61 6e 64  |. So.the command|
00000320  20 2a 46 58 31 31 39 20  69 73 20 69 73 73 75 65  | *FX119 is issue|
00000330  64 20 61 74 20 74 68 65  20 73 74 61 72 74 20 6f  |d at the start o|
00000340  66 20 70 72 6f 67 72 61  6d 20 22 4d 41 49 4e 22  |f program "MAIN"|
00000350  2e 20 54 68 69 73 0d 63  6c 6f 73 65 73 20 61 6e  |. This.closes an|
00000360  79 20 6f 70 65 6e 20 45  58 45 43 20 6f 72 20 53  |y open EXEC or S|
00000370  50 4f 4f 4c 20 66 69 6c  65 73 20 61 6e 64 20 74  |POOL files and t|
00000380  68 65 20 70 72 6f 67 72  61 6d 20 73 68 6f 75 6c  |he program shoul|
00000390  64 20 63 6f 6e 74 69 6e  75 65 20 61 73 0d 6e 6f  |d continue as.no|
000003a0  72 6d 61 6c 2e 0d 0d 49  66 20 74 68 65 72 65 20  |rmal...If there |
000003b0  69 73 20 6e 6f 20 21 42  4f 4f 54 20 66 69 6c 65  |is no !BOOT file|
000003c0  20 6f 6e 20 74 68 65 20  64 69 73 63 20 79 6f 75  | on the disc you|
000003d0  20 61 72 65 20 61 73 6b  65 64 20 77 68 65 74 68  | are asked wheth|
000003e0  65 72 20 79 6f 75 20 77  6f 75 6c 64 0d 6c 69 6b  |er you would.lik|
000003f0  65 20 6f 6e 65 20 63 72  65 61 74 65 64 2e 20 49  |e one created. I|
00000400  66 20 74 68 65 20 72 65  70 6c 79 20 69 73 20 22  |f the reply is "|
00000410  59 22 20 6f 72 20 22 79  22 20 74 68 65 20 21 42  |Y" or "y" the !B|
00000420  4f 4f 54 20 66 69 6c 65  20 69 73 20 63 72 65 61  |OOT file is crea|
00000430  74 65 64 0d 61 6e 64 20  74 68 65 20 64 69 73 63  |ted.and the disc|
00000440  20 69 73 20 63 6f 6e 66  69 67 75 72 65 64 20 66  | is configured f|
00000450  6f 72 20 61 75 74 6f 2d  42 4f 4f 54 69 6e 67 20  |or auto-BOOTing |
00000460  28 2a 4f 50 54 34 2c 33  29 2e 20 49 66 20 74 68  |(*OPT4,3). If th|
00000470  65 20 61 6e 73 77 65 72  0d 69 73 20 22 4e 22 20  |e answer.is "N" |
00000480  6f 72 20 22 6e 22 20 74  68 65 6e 20 74 68 65 20  |or "n" then the |
00000490  70 72 65 76 69 6f 75 73  20 76 65 72 73 69 6f 6e  |previous version|
000004a0  20 6f 66 20 74 68 65 20  53 68 61 72 65 20 73 6f  | of the Share so|
000004b0  66 74 77 61 72 65 20 45  4e 44 65 64 2e 0d 54 68  |ftware ENDed..Th|
000004c0  69 73 20 76 65 72 73 69  6f 6e 20 63 6f 6e 74 69  |is version conti|
000004d0  6e 75 65 73 20 77 68 65  74 68 65 72 20 61 20 21  |nues whether a !|
000004e0  42 4f 4f 54 20 69 73 20  63 72 65 61 74 65 64 20  |BOOT is created |
000004f0  6f 72 20 6e 6f 74 2e 20  54 68 65 72 65 20 69 73  |or not. There is|
00000500  20 61 0d 64 69 73 61 64  76 61 6e 74 61 67 65 20  | a.disadvantage |
00000510  69 6e 20 74 68 61 74 20  65 76 65 72 79 20 74 69  |in that every ti|
00000520  6d 65 20 74 68 65 20 4d  41 49 4e 20 70 72 6f 67  |me the MAIN prog|
00000530  72 61 6d 20 69 73 20 65  6e 74 65 72 65 64 20 69  |ram is entered i|
00000540  74 20 64 65 74 65 63 74  73 0d 74 68 61 74 20 74  |t detects.that t|
00000550  68 65 72 65 20 69 73 20  6e 6f 20 21 42 4f 4f 54  |here is no !BOOT|
00000560  20 66 69 6c 65 20 61 6e  64 20 61 73 6b 73 20 77  | file and asks w|
00000570  68 65 74 68 65 72 20 79  6f 75 20 77 61 6e 74 20  |hether you want |
00000580  6f 6e 65 20 63 72 65 61  74 65 64 0d 61 67 61 69  |one created.agai|
00000590  6e 2e 20 49 74 20 69 73  20 74 68 65 72 65 66 6f  |n. It is therefo|
000005a0  72 65 20 72 65 63 6f 6d  6d 65 6e 64 65 64 20 74  |re recommended t|
000005b0  68 61 74 20 61 20 21 42  4f 4f 54 20 66 69 6c 65  |hat a !BOOT file|
000005c0  20 49 53 20 63 72 65 61  74 65 64 0d 77 68 65 74  | IS created.whet|
000005d0  68 65 72 20 69 74 20 62  65 20 79 6f 75 72 20 6f  |her it be your o|
000005e0  77 6e 20 76 65 72 73 69  6f 6e 20 6f 72 20 74 68  |wn version or th|
000005f0  65 20 6f 6e 65 20 6f 66  66 65 72 65 64 2e 0d 0d  |e one offered...|
00000600  57 68 65 6e 20 74 68 65  20 6e 65 77 20 43 45 45  |When the new CEE|
00000610  46 41 58 20 73 79 73 74  65 6d 20 77 61 73 20 69  |FAX system was i|
00000620  6e 73 74 69 67 61 74 65  64 20 69 6e 20 4a 75 6c  |nstigated in Jul|
00000630  79 20 31 39 38 38 2c 20  70 72 6f 67 72 61 6d 20  |y 1988, program |
00000640  41 55 54 4f 0d 63 6f 75  6c 64 20 6e 6f 74 20 64  |AUTO.could not d|
00000650  65 74 65 63 74 20 74 68  65 20 27 43 6c 6f 73 65  |etect the 'Close|
00000660  20 6f 66 20 62 75 73 69  6e 65 73 73 27 2e 20 41  | of business'. A|
00000670  20 66 61 75 6c 74 20 6f  66 20 74 68 65 20 70 72  | fault of the pr|
00000680  6f 67 72 61 6d 2c 20 6e  6f 74 0d 43 45 45 46 41  |ogram, not.CEEFA|
00000690  58 2e 20 41 20 6e 65 77  20 76 65 72 73 69 6f 6e  |X. A new version|
000006a0  20 77 61 73 20 62 72 6f  61 64 63 61 73 74 20 77  | was broadcast w|
000006b0  68 69 63 68 20 74 6f 6f  6b 20 63 61 72 65 20 6f  |hich took care o|
000006c0  66 20 74 68 69 73 2e 20  0d 0d 41 20 75 73 65 72  |f this. ..A user|
000006d0  20 70 6f 69 6e 74 65 64  20 6f 75 74 20 74 68 61  | pointed out tha|
000006e0  74 20 77 68 65 6e 20 61  20 73 68 61 72 65 70 72  |t when a sharepr|
000006f0  69 63 65 20 63 6f 75 6c  64 20 6e 6f 74 20 62 65  |ice could not be|
00000700  20 66 6f 75 6e 64 2c 20  69 65 2e 0d 6d 69 73 73  | found, ie..miss|
00000710  69 6e 67 2c 20 74 68 65  20 61 75 74 6f 6d 61 74  |ing, the automat|
00000720  69 63 20 6d 61 78 69 6d  75 6d 20 61 6e 64 2f 6f  |ic maximum and/o|
00000730  72 20 6d 69 6e 69 6d 75  6d 20 76 61 6c 75 65 73  |r minimum values|
00000740  20 77 65 72 65 20 61 70  70 6c 69 65 64 20 74 6f  | were applied to|
00000750  0d 74 68 65 20 77 72 6f  6e 67 20 73 68 61 72 65  |.the wrong share|
00000760  2e 20 54 68 69 73 20 72  65 73 75 6c 74 65 64 20  |. This resulted |
00000770  69 6e 20 74 68 65 20 70  6c 6f 74 74 69 6e 67 20  |in the plotting |
00000780  70 72 6f 67 72 61 6d 20  73 63 61 6c 69 6e 67 20  |program scaling |
00000790  74 68 65 0d 61 78 65 73  20 77 69 74 68 20 69 6e  |the.axes with in|
000007a0  63 6f 72 72 65 63 74 20  6d 61 78 69 6d 75 6d 20  |correct maximum |
000007b0  61 6e 64 2f 6f 72 20 6d  69 6e 69 6d 75 6d 20 76  |and/or minimum v|
000007c0  61 6c 75 65 73 2e 20 54  68 69 73 20 6e 65 77 20  |alues. This new |
000007d0  76 65 72 73 69 6f 6e 20  6f 66 0d 41 55 54 4f 20  |version of.AUTO |
000007e0  68 61 73 20 74 68 69 73  20 65 72 72 6f 72 20 63  |has this error c|
000007f0  6f 72 72 65 63 74 65 64  2e 0d 0d 4a 6f 6e 20 4c  |orrected...Jon L|
00000800  65 69 67 68 74 6f 6e 20  2d 20 28 4e 6f 76 20 31  |eighton - (Nov 1|
00000810  39 38 38 29 0d                                    |988).|
00000815
18-11-88/SHARUPS.m0
18-11-88/SHARUPS.m1
18-11-88/SHARUPS.m2
18-11-88/SHARUPS.m4
18-11-88/SHARUPS.m5