Home » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_32.ADF » P/R/MENU
P/R/MENU
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 » Personal collection » Acorn ADFS disks » Electron_User_Group » EUG_32.ADF |
Filename: | P/R/MENU |
Read OK: | ✔ |
File size: | 05CF bytes |
Load address: | FFFF1D00 |
Exec address: | FFFF8023 |
File contents
10REM BTEC PROJECT "MENU" v.2.2 20PROCmainwindow 30CLS:PRINTFNc("MAIN MENU") 40PRINTSPC(13);:VDU137,137,137,137,137,137,137,137,137,137,137 50VDU23,1,0;0;0;0;:PRINT' 60PRINT"1: Change Newspaper Prices Utility" 70PRINT 80PRINT"2: Change Delivery Charges Utility" 90PRINT 100PRINT"3: Inspect/Print Any Round Utility" 110PRINT 120PRINT"4: Inspect/Print ""UNPAID"" (Debtors)" 130PRINT 140PRINT"5: Start New Customer Utility" 150PRINT 160PRINT"6: Stop Previous Order Utility" 170PRINT 180PRINT"7: Customer's Payment Received Utility"; 190PRINT 200PRINT"8: Customer Complaint" 210PRINT 220PRINT"9: Paper-delivery Wizard" 230PRINT 240PRINT"0: End Of Working Morning" 250PRINT" Add Todays Bill To That Outstanding"; 260PROCcomwindow 270PRINT''''FNc("Select Option")':A=GET 280IFA=49PRINT''''FNc("Loading Price Utility")':A%=1:CHAIN"PAGE1" 290IFA=50PRINT''''FNc("Loading Charges Utility")':CHAIN"PAGE2" 300IFA=51PRINT''''FNc("Loading Inspect Utility")':CHAIN"PAGE3" 310IFA=52PRINT''''FNc("Loading Owed Utility")':CHAIN"PAGE4" 320IFA=53GOTO400 330IFA=54PRINT''''FNc("Loading Cancel Papers Utility")':CHAIN"PAGE6" 340IFA=55PRINT''''FNc("Loading Reciept Utility")':CHAIN"PAGE7" 350IFA=56PRINT''''FNc("Loading Complaint Utility")':CHAIN"PAGE8" 360IFA=57PRINT''''FNc("Loading Paper-delivery Wizard")':CHAIN"PAGE9" 370IFA=48PRINT''''FNc("Loading Total Utility")':CHAIN"PAGE0" 380VDU7:GOTO270 390 400PRINT''''FNc("Do You Wish To Add This New")'FNc("Customer To A Particular Round (Y/N)?") 410X=GET 420PRINT''''FNc("Loading New Customer Utility")' 430IFX=89 THEN CHAIN"PAGE5-1" 440IFX=78 THEN CHAIN"PAGE5" 441VDU7:GOTO400 450DEFPROCmainwindow 460VDU28,1,24,38,1 470ENDPROC 480 490DEFPROCcomwindow 500VDU28,1,30,38,27 510ENDPROC 520 530DEFFNc(C$):PRINTTAB(19-LENC$/2);:=C$
� BTEC PROJECT "MENU" v.2.2 �mainwindow �:�c("MAIN MENU") (8�(13);:�137,137,137,137,137,137,137,137,137,137,137 2�23,1,0;0;0;0;:�' <)�"1: Change Newspaper Prices Utility" F� P)�"2: Change Delivery Charges Utility" Z� d)�"3: Inspect/Print Any Round Utility" n� x,�"4: Inspect/Print ""UNPAID"" (Debtors)" �� �$�"5: Start New Customer Utility" �� �%�"6: Stop Previous Order Utility" �� �.�"7: Customer's Payment Received Utility"; �� ��"8: Customer Complaint" �� ��"9: Paper-delivery Wizard" �� � �"0: End Of Working Morning" �.�" Add Todays Bill To That Outstanding"; �comwindow !�''''�c("Select Option")':A=� 8�A=49�''''�c("Loading Price Utility")':A%=1:�"PAGE1" "5�A=50�''''�c("Loading Charges Utility")':�"PAGE2" ,5�A=51�''''�c("Loading Inspect Utility")':�"PAGE3" 62�A=52�''''�c("Loading Owed Utility")':�"PAGE4" @�A=53�tPA J;�A=54�''''�c("Loading Cancel Papers Utility")':�"PAGE6" T5�A=55�''''�c("Loading Reciept Utility")':�"PAGE7" ^7�A=56�''''�c("Loading Complaint Utility")':�"PAGE8" h;�A=57�''''�c("Loading Paper-delivery Wizard")':�"PAGE9" r3�A=48�''''�c("Loading Total Utility")':�"PAGE0" |�7:�TNA � �V�''''�c("Do You Wish To Add This New")'�c("Customer To A Particular Round (Y/N)?") �X=� �,�''''�c("Loading New Customer Utility")' ��X=89 � �"PAGE5-1" ��X=78 � �"PAGE5" ��7:�tPA ���mainwindow ��28,1,24,38,1 �� � ���comwindow ��28,1,30,38,27 �� ݤc(C$):�19-�C$/2);:=C$ �
00000000 0d 00 0a 1f f4 20 42 54 45 43 20 50 52 4f 4a 45 |..... BTEC PROJE| 00000010 43 54 20 22 4d 45 4e 55 22 20 76 2e 32 2e 32 0d |CT "MENU" v.2.2.| 00000020 00 14 0f f2 6d 61 69 6e 77 69 6e 64 6f 77 0d 00 |....mainwindow..| 00000030 1e 16 db 3a f1 a4 63 28 22 4d 41 49 4e 20 4d 45 |...:..c("MAIN ME| 00000040 4e 55 22 29 0d 00 28 38 f1 89 28 31 33 29 3b 3a |NU")..(8..(13);:| 00000050 ef 31 33 37 2c 31 33 37 2c 31 33 37 2c 31 33 37 |.137,137,137,137| 00000060 2c 31 33 37 2c 31 33 37 2c 31 33 37 2c 31 33 37 |,137,137,137,137| 00000070 2c 31 33 37 2c 31 33 37 2c 31 33 37 0d 00 32 15 |,137,137,137..2.| 00000080 ef 32 33 2c 31 2c 30 3b 30 3b 30 3b 30 3b 3a f1 |.23,1,0;0;0;0;:.| 00000090 27 0d 00 3c 29 f1 22 31 3a 20 43 68 61 6e 67 65 |'..<)."1: Change| 000000a0 20 4e 65 77 73 70 61 70 65 72 20 50 72 69 63 65 | Newspaper Price| 000000b0 73 20 55 74 69 6c 69 74 79 22 0d 00 46 05 f1 0d |s Utility"..F...| 000000c0 00 50 29 f1 22 32 3a 20 43 68 61 6e 67 65 20 44 |.P)."2: Change D| 000000d0 65 6c 69 76 65 72 79 20 43 68 61 72 67 65 73 20 |elivery Charges | 000000e0 55 74 69 6c 69 74 79 22 0d 00 5a 05 f1 0d 00 64 |Utility"..Z....d| 000000f0 29 f1 22 33 3a 20 49 6e 73 70 65 63 74 2f 50 72 |)."3: Inspect/Pr| 00000100 69 6e 74 20 41 6e 79 20 52 6f 75 6e 64 20 55 74 |int Any Round Ut| 00000110 69 6c 69 74 79 22 0d 00 6e 05 f1 0d 00 78 2c f1 |ility"..n....x,.| 00000120 22 34 3a 20 49 6e 73 70 65 63 74 2f 50 72 69 6e |"4: Inspect/Prin| 00000130 74 20 22 22 55 4e 50 41 49 44 22 22 20 28 44 65 |t ""UNPAID"" (De| 00000140 62 74 6f 72 73 29 22 0d 00 82 05 f1 0d 00 8c 24 |btors)"........$| 00000150 f1 22 35 3a 20 53 74 61 72 74 20 4e 65 77 20 43 |."5: Start New C| 00000160 75 73 74 6f 6d 65 72 20 55 74 69 6c 69 74 79 22 |ustomer Utility"| 00000170 0d 00 96 05 f1 0d 00 a0 25 f1 22 36 3a 20 53 74 |........%."6: St| 00000180 6f 70 20 50 72 65 76 69 6f 75 73 20 4f 72 64 65 |op Previous Orde| 00000190 72 20 55 74 69 6c 69 74 79 22 0d 00 aa 05 f1 0d |r Utility"......| 000001a0 00 b4 2e f1 22 37 3a 20 43 75 73 74 6f 6d 65 72 |...."7: Customer| 000001b0 27 73 20 50 61 79 6d 65 6e 74 20 52 65 63 65 69 |'s Payment Recei| 000001c0 76 65 64 20 55 74 69 6c 69 74 79 22 3b 0d 00 be |ved Utility";...| 000001d0 05 f1 0d 00 c8 1c f1 22 38 3a 20 43 75 73 74 6f |......."8: Custo| 000001e0 6d 65 72 20 43 6f 6d 70 6c 61 69 6e 74 22 0d 00 |mer Complaint"..| 000001f0 d2 05 f1 0d 00 dc 1f f1 22 39 3a 20 50 61 70 65 |........"9: Pape| 00000200 72 2d 64 65 6c 69 76 65 72 79 20 57 69 7a 61 72 |r-delivery Wizar| 00000210 64 22 0d 00 e6 05 f1 0d 00 f0 20 f1 22 30 3a 20 |d"........ ."0: | 00000220 45 6e 64 20 4f 66 20 57 6f 72 6b 69 6e 67 20 4d |End Of Working M| 00000230 6f 72 6e 69 6e 67 22 0d 00 fa 2e f1 22 20 20 20 |orning"....." | 00000240 41 64 64 20 54 6f 64 61 79 73 20 42 69 6c 6c 20 |Add Todays Bill | 00000250 54 6f 20 54 68 61 74 20 4f 75 74 73 74 61 6e 64 |To That Outstand| 00000260 69 6e 67 22 3b 0d 01 04 0e f2 63 6f 6d 77 69 6e |ing";.....comwin| 00000270 64 6f 77 0d 01 0e 21 f1 27 27 27 27 a4 63 28 22 |dow...!.''''.c("| 00000280 53 65 6c 65 63 74 20 4f 70 74 69 6f 6e 22 29 27 |Select Option")'| 00000290 3a 41 3d a5 0d 01 18 38 e7 41 3d 34 39 f1 27 27 |:A=....8.A=49.''| 000002a0 27 27 a4 63 28 22 4c 6f 61 64 69 6e 67 20 50 72 |''.c("Loading Pr| 000002b0 69 63 65 20 55 74 69 6c 69 74 79 22 29 27 3a 41 |ice Utility")':A| 000002c0 25 3d 31 3a d7 22 50 41 47 45 31 22 0d 01 22 35 |%=1:."PAGE1".."5| 000002d0 e7 41 3d 35 30 f1 27 27 27 27 a4 63 28 22 4c 6f |.A=50.''''.c("Lo| 000002e0 61 64 69 6e 67 20 43 68 61 72 67 65 73 20 55 74 |ading Charges Ut| 000002f0 69 6c 69 74 79 22 29 27 3a d7 22 50 41 47 45 32 |ility")':."PAGE2| 00000300 22 0d 01 2c 35 e7 41 3d 35 31 f1 27 27 27 27 a4 |"..,5.A=51.''''.| 00000310 63 28 22 4c 6f 61 64 69 6e 67 20 49 6e 73 70 65 |c("Loading Inspe| 00000320 63 74 20 55 74 69 6c 69 74 79 22 29 27 3a d7 22 |ct Utility")':."| 00000330 50 41 47 45 33 22 0d 01 36 32 e7 41 3d 35 32 f1 |PAGE3"..62.A=52.| 00000340 27 27 27 27 a4 63 28 22 4c 6f 61 64 69 6e 67 20 |''''.c("Loading | 00000350 4f 77 65 64 20 55 74 69 6c 69 74 79 22 29 27 3a |Owed Utility")':| 00000360 d7 22 50 41 47 45 34 22 0d 01 40 0e e7 41 3d 35 |."PAGE4"..@..A=5| 00000370 33 e5 8d 74 50 41 0d 01 4a 3b e7 41 3d 35 34 f1 |3..tPA..J;.A=54.| 00000380 27 27 27 27 a4 63 28 22 4c 6f 61 64 69 6e 67 20 |''''.c("Loading | 00000390 43 61 6e 63 65 6c 20 50 61 70 65 72 73 20 55 74 |Cancel Papers Ut| 000003a0 69 6c 69 74 79 22 29 27 3a d7 22 50 41 47 45 36 |ility")':."PAGE6| 000003b0 22 0d 01 54 35 e7 41 3d 35 35 f1 27 27 27 27 a4 |"..T5.A=55.''''.| 000003c0 63 28 22 4c 6f 61 64 69 6e 67 20 52 65 63 69 65 |c("Loading Recie| 000003d0 70 74 20 55 74 69 6c 69 74 79 22 29 27 3a d7 22 |pt Utility")':."| 000003e0 50 41 47 45 37 22 0d 01 5e 37 e7 41 3d 35 36 f1 |PAGE7"..^7.A=56.| 000003f0 27 27 27 27 a4 63 28 22 4c 6f 61 64 69 6e 67 20 |''''.c("Loading | 00000400 43 6f 6d 70 6c 61 69 6e 74 20 55 74 69 6c 69 74 |Complaint Utilit| 00000410 79 22 29 27 3a d7 22 50 41 47 45 38 22 0d 01 68 |y")':."PAGE8"..h| 00000420 3b e7 41 3d 35 37 f1 27 27 27 27 a4 63 28 22 4c |;.A=57.''''.c("L| 00000430 6f 61 64 69 6e 67 20 50 61 70 65 72 2d 64 65 6c |oading Paper-del| 00000440 69 76 65 72 79 20 57 69 7a 61 72 64 22 29 27 3a |ivery Wizard")':| 00000450 d7 22 50 41 47 45 39 22 0d 01 72 33 e7 41 3d 34 |."PAGE9"..r3.A=4| 00000460 38 f1 27 27 27 27 a4 63 28 22 4c 6f 61 64 69 6e |8.''''.c("Loadin| 00000470 67 20 54 6f 74 61 6c 20 55 74 69 6c 69 74 79 22 |g Total Utility"| 00000480 29 27 3a d7 22 50 41 47 45 30 22 0d 01 7c 0c ef |)':."PAGE0"..|..| 00000490 37 3a e5 8d 54 4e 41 0d 01 86 05 20 0d 01 90 56 |7:..TNA.... ...V| 000004a0 f1 27 27 27 27 a4 63 28 22 44 6f 20 59 6f 75 20 |.''''.c("Do You | 000004b0 57 69 73 68 20 54 6f 20 41 64 64 20 54 68 69 73 |Wish To Add This| 000004c0 20 4e 65 77 22 29 27 a4 63 28 22 43 75 73 74 6f | New")'.c("Custo| 000004d0 6d 65 72 20 54 6f 20 41 20 50 61 72 74 69 63 75 |mer To A Particu| 000004e0 6c 61 72 20 52 6f 75 6e 64 20 28 59 2f 4e 29 3f |lar Round (Y/N)?| 000004f0 22 29 0d 01 9a 07 58 3d a5 0d 01 a4 2c f1 27 27 |")....X=....,.''| 00000500 27 27 a4 63 28 22 4c 6f 61 64 69 6e 67 20 4e 65 |''.c("Loading Ne| 00000510 77 20 43 75 73 74 6f 6d 65 72 20 55 74 69 6c 69 |w Customer Utili| 00000520 74 79 22 29 27 0d 01 ae 16 e7 58 3d 38 39 20 8c |ty")'.....X=89 .| 00000530 20 d7 22 50 41 47 45 35 2d 31 22 0d 01 b8 14 e7 | ."PAGE5-1".....| 00000540 58 3d 37 38 20 8c 20 d7 22 50 41 47 45 35 22 0d |X=78 . ."PAGE5".| 00000550 01 b9 0c ef 37 3a e5 8d 74 50 41 0d 01 c2 10 dd |....7:..tPA.....| 00000560 f2 6d 61 69 6e 77 69 6e 64 6f 77 0d 01 cc 11 ef |.mainwindow.....| 00000570 32 38 2c 31 2c 32 34 2c 33 38 2c 31 0d 01 d6 05 |28,1,24,38,1....| 00000580 e1 0d 01 e0 05 20 0d 01 ea 0f dd f2 63 6f 6d 77 |..... ......comw| 00000590 69 6e 64 6f 77 0d 01 f4 12 ef 32 38 2c 31 2c 33 |indow.....28,1,3| 000005a0 30 2c 33 38 2c 32 37 0d 01 fe 05 e1 0d 02 08 05 |0,38,27.........| 000005b0 20 0d 02 12 1c dd a4 63 28 43 24 29 3a f1 8a 31 | ......c(C$):..1| 000005c0 39 2d a9 43 24 2f 32 29 3b 3a 3d 43 24 0d ff |9-.C$/2);:=C$..| 000005cf