Home » Archimedes archive » Archimedes World » AW-1993-09.adf » AWSept93 » !AWSept93/Goodies/ProcFunc/!Help
!AWSept93/Goodies/ProcFunc/!Help
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 » Archimedes archive » Archimedes World » AW-1993-09.adf » AWSept93 |
Filename: | !AWSept93/Goodies/ProcFunc/!Help |
Read OK: | ✔ |
File size: | 0E87 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
!Help file for !ProcFunc Have you ever found yourself looking through BASIC programs and saying to yourself "Now where did I put that procedure?". If so, then this application simplifies the process because all you have to do is to drop a BASIC program on to the icon and the main window will open up with two scrollable windows which show all the procedures and functions within that BASIC program. The programs filename is given at the top of this window so you know what program you are looking at. Note that is a procedure or function takes parameters, then these are NOT shown, instead the procedure or function name is given and this is followed by () which indicates that the procedure or function takes parameters. Once this window is open, clicking on any of the procedure or function names, a window will open from which you will be able to save that procedure or function after clicking on the Save Proc/Fn icon. This will then open up a menu from which you will be able to save the procedure or function ready to be incorporated into your own programs as either a BASIC program or as a text file. Clicking on 'Show listing' will open up a window after a period of time (the period of time dependent upon the size of the procedure or function) so that you can see whether it is actually the procedure or function you are looking for. It is also possible to search through the list of procedure and function names by clicking with Menu anywhere on the main window and selecting Search... from the menu. This then opens a dialogue box, in which you set the string you wish to search for, whether the search string is contained within a string, it begins with the search string, it ends with the search string or the search string given is the full name of the procedure or function that you wish to search for. You may also set whether the program is to look only for procedures, functions or for both of them. After clicking on Search the application will tell you how many it has found by displaying the result in the bottom left hand corner of the window. If the search has been successful then clicking on Show results will open up the window described earlier from which you will be able to save the procedures or functions. If you now look at this window you will notice that the two arrow icons on the right hand side of the window will be unshaded. This will allow you to cycle through the list of procedure and/or functions that the application has found which mathced your search criteria. Each of the procedures and functions found will be able to be saved as before. The iconbar menu is a standard menu with one extra option - Dragging - this will be shaded for users of RISC OS 2 unless you have a copy of the Drag A Sprite module present in your machine. If this is not shaded then it will lead to a submenu from which you will be able to decide whether to drag either a sprite or a bounding box during the save operation. Initially this is set to Sprites. I hope you have some use for this application, I have found it invaluable when I have been generating desktop applications as it has allowed me to cut down my program development time as I now simply extract the procedures and functions that I require a lot quicker that I did before Known problems that are currently being worked on.... The only known problem to date is in showing the listings for long (?) procedures and functions that occur at the end of VERY long programs (130K plus at least), the last few lines do not appear. However, these lines are not lost when you save the procedures or functions to disc so there is no need to panic. I hope to have this slight problem corrected soon....
00000000 21 48 65 6c 70 20 66 69 6c 65 20 66 6f 72 20 21 |!Help file for !| 00000010 50 72 6f 63 46 75 6e 63 0a 0a 48 61 76 65 20 79 |ProcFunc..Have y| 00000020 6f 75 20 65 76 65 72 20 66 6f 75 6e 64 20 79 6f |ou ever found yo| 00000030 75 72 73 65 6c 66 20 6c 6f 6f 6b 69 6e 67 20 74 |urself looking t| 00000040 68 72 6f 75 67 68 20 42 41 53 49 43 20 70 72 6f |hrough BASIC pro| 00000050 67 72 61 6d 73 20 61 6e 64 20 73 61 79 69 6e 67 |grams and saying| 00000060 20 74 6f 0a 79 6f 75 72 73 65 6c 66 20 22 4e 6f | to.yourself "No| 00000070 77 20 77 68 65 72 65 20 64 69 64 20 49 20 70 75 |w where did I pu| 00000080 74 20 74 68 61 74 20 70 72 6f 63 65 64 75 72 65 |t that procedure| 00000090 3f 22 2e 20 49 66 20 73 6f 2c 20 74 68 65 6e 20 |?". If so, then | 000000a0 74 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f 6e |this application| 000000b0 0a 73 69 6d 70 6c 69 66 69 65 73 20 74 68 65 20 |.simplifies the | 000000c0 70 72 6f 63 65 73 73 20 62 65 63 61 75 73 65 20 |process because | 000000d0 61 6c 6c 20 79 6f 75 20 68 61 76 65 20 74 6f 20 |all you have to | 000000e0 64 6f 20 69 73 20 74 6f 20 64 72 6f 70 20 61 20 |do is to drop a | 000000f0 42 41 53 49 43 20 70 72 6f 67 72 61 6d 0a 6f 6e |BASIC program.on| 00000100 20 74 6f 20 74 68 65 20 69 63 6f 6e 20 61 6e 64 | to the icon and| 00000110 20 74 68 65 20 6d 61 69 6e 20 77 69 6e 64 6f 77 | the main window| 00000120 20 77 69 6c 6c 20 6f 70 65 6e 20 75 70 20 77 69 | will open up wi| 00000130 74 68 20 74 77 6f 20 73 63 72 6f 6c 6c 61 62 6c |th two scrollabl| 00000140 65 20 77 69 6e 64 6f 77 73 0a 77 68 69 63 68 20 |e windows.which | 00000150 73 68 6f 77 20 61 6c 6c 20 74 68 65 20 70 72 6f |show all the pro| 00000160 63 65 64 75 72 65 73 20 61 6e 64 20 66 75 6e 63 |cedures and func| 00000170 74 69 6f 6e 73 20 77 69 74 68 69 6e 20 74 68 61 |tions within tha| 00000180 74 20 42 41 53 49 43 20 70 72 6f 67 72 61 6d 2e |t BASIC program.| 00000190 20 54 68 65 0a 70 72 6f 67 72 61 6d 73 20 66 69 | The.programs fi| 000001a0 6c 65 6e 61 6d 65 20 69 73 20 67 69 76 65 6e 20 |lename is given | 000001b0 61 74 20 74 68 65 20 74 6f 70 20 6f 66 20 74 68 |at the top of th| 000001c0 69 73 20 77 69 6e 64 6f 77 20 73 6f 20 79 6f 75 |is window so you| 000001d0 20 6b 6e 6f 77 20 77 68 61 74 0a 70 72 6f 67 72 | know what.progr| 000001e0 61 6d 20 79 6f 75 20 61 72 65 20 6c 6f 6f 6b 69 |am you are looki| 000001f0 6e 67 20 61 74 2e 0a 20 20 20 20 20 20 20 20 20 |ng at.. | 00000200 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 | | 00000210 0a 4e 6f 74 65 20 74 68 61 74 20 69 73 20 61 20 |.Note that is a | 00000220 70 72 6f 63 65 64 75 72 65 20 6f 72 20 66 75 6e |procedure or fun| 00000230 63 74 69 6f 6e 20 74 61 6b 65 73 20 70 61 72 61 |ction takes para| 00000240 6d 65 74 65 72 73 2c 20 74 68 65 6e 20 74 68 65 |meters, then the| 00000250 73 65 20 61 72 65 20 4e 4f 54 0a 73 68 6f 77 6e |se are NOT.shown| 00000260 2c 20 69 6e 73 74 65 61 64 20 74 68 65 20 70 72 |, instead the pr| 00000270 6f 63 65 64 75 72 65 20 6f 72 20 66 75 6e 63 74 |ocedure or funct| 00000280 69 6f 6e 20 6e 61 6d 65 20 69 73 20 67 69 76 65 |ion name is give| 00000290 6e 20 61 6e 64 20 74 68 69 73 20 69 73 20 66 6f |n and this is fo| 000002a0 6c 6c 6f 77 65 64 0a 62 79 20 28 29 20 77 68 69 |llowed.by () whi| 000002b0 63 68 20 69 6e 64 69 63 61 74 65 73 20 74 68 61 |ch indicates tha| 000002c0 74 20 74 68 65 20 70 72 6f 63 65 64 75 72 65 20 |t the procedure | 000002d0 6f 72 20 66 75 6e 63 74 69 6f 6e 20 74 61 6b 65 |or function take| 000002e0 73 20 70 61 72 61 6d 65 74 65 72 73 2e 0a 0a 4f |s parameters...O| 000002f0 6e 63 65 20 74 68 69 73 20 77 69 6e 64 6f 77 20 |nce this window | 00000300 69 73 20 6f 70 65 6e 2c 20 63 6c 69 63 6b 69 6e |is open, clickin| 00000310 67 20 6f 6e 20 61 6e 79 20 6f 66 20 74 68 65 20 |g on any of the | 00000320 70 72 6f 63 65 64 75 72 65 20 6f 72 20 66 75 6e |procedure or fun| 00000330 63 74 69 6f 6e 0a 6e 61 6d 65 73 2c 20 61 20 77 |ction.names, a w| 00000340 69 6e 64 6f 77 20 77 69 6c 6c 20 6f 70 65 6e 20 |indow will open | 00000350 66 72 6f 6d 20 77 68 69 63 68 20 79 6f 75 20 77 |from which you w| 00000360 69 6c 6c 20 62 65 20 61 62 6c 65 20 74 6f 20 73 |ill be able to s| 00000370 61 76 65 20 74 68 61 74 20 70 72 6f 63 65 64 75 |ave that procedu| 00000380 72 65 0a 6f 72 20 66 75 6e 63 74 69 6f 6e 20 61 |re.or function a| 00000390 66 74 65 72 20 63 6c 69 63 6b 69 6e 67 20 6f 6e |fter clicking on| 000003a0 20 74 68 65 20 53 61 76 65 20 50 72 6f 63 2f 46 | the Save Proc/F| 000003b0 6e 20 69 63 6f 6e 2e 20 54 68 69 73 20 77 69 6c |n icon. This wil| 000003c0 6c 20 74 68 65 6e 20 6f 70 65 6e 20 75 70 0a 61 |l then open up.a| 000003d0 20 6d 65 6e 75 20 66 72 6f 6d 20 77 68 69 63 68 | menu from which| 000003e0 20 79 6f 75 20 77 69 6c 6c 20 62 65 20 61 62 6c | you will be abl| 000003f0 65 20 74 6f 20 73 61 76 65 20 74 68 65 20 70 72 |e to save the pr| 00000400 6f 63 65 64 75 72 65 20 6f 72 20 66 75 6e 63 74 |ocedure or funct| 00000410 69 6f 6e 20 72 65 61 64 79 0a 74 6f 20 62 65 20 |ion ready.to be | 00000420 69 6e 63 6f 72 70 6f 72 61 74 65 64 20 69 6e 74 |incorporated int| 00000430 6f 20 79 6f 75 72 20 6f 77 6e 20 70 72 6f 67 72 |o your own progr| 00000440 61 6d 73 20 61 73 20 65 69 74 68 65 72 20 61 20 |ams as either a | 00000450 42 41 53 49 43 20 70 72 6f 67 72 61 6d 20 6f 72 |BASIC program or| 00000460 20 61 73 20 61 0a 74 65 78 74 20 66 69 6c 65 2e | as a.text file.| 00000470 0a 0a 43 6c 69 63 6b 69 6e 67 20 6f 6e 20 27 53 |..Clicking on 'S| 00000480 68 6f 77 20 6c 69 73 74 69 6e 67 27 20 77 69 6c |how listing' wil| 00000490 6c 20 6f 70 65 6e 20 75 70 20 61 20 77 69 6e 64 |l open up a wind| 000004a0 6f 77 20 61 66 74 65 72 20 61 20 70 65 72 69 6f |ow after a perio| 000004b0 64 20 6f 66 20 74 69 6d 65 20 28 74 68 65 0a 70 |d of time (the.p| 000004c0 65 72 69 6f 64 20 6f 66 20 74 69 6d 65 20 64 65 |eriod of time de| 000004d0 70 65 6e 64 65 6e 74 20 75 70 6f 6e 20 74 68 65 |pendent upon the| 000004e0 20 73 69 7a 65 20 6f 66 20 74 68 65 20 70 72 6f | size of the pro| 000004f0 63 65 64 75 72 65 20 6f 72 20 66 75 6e 63 74 69 |cedure or functi| 00000500 6f 6e 29 20 73 6f 20 74 68 61 74 0a 79 6f 75 20 |on) so that.you | 00000510 63 61 6e 20 73 65 65 20 77 68 65 74 68 65 72 20 |can see whether | 00000520 69 74 20 69 73 20 61 63 74 75 61 6c 6c 79 20 74 |it is actually t| 00000530 68 65 20 70 72 6f 63 65 64 75 72 65 20 6f 72 20 |he procedure or | 00000540 66 75 6e 63 74 69 6f 6e 20 79 6f 75 20 61 72 65 |function you are| 00000550 20 6c 6f 6f 6b 69 6e 67 0a 66 6f 72 2e 0a 0a 49 | looking.for...I| 00000560 74 20 69 73 20 61 6c 73 6f 20 70 6f 73 73 69 62 |t is also possib| 00000570 6c 65 20 74 6f 20 73 65 61 72 63 68 20 74 68 72 |le to search thr| 00000580 6f 75 67 68 20 74 68 65 20 6c 69 73 74 20 6f 66 |ough the list of| 00000590 20 70 72 6f 63 65 64 75 72 65 20 61 6e 64 20 66 | procedure and f| 000005a0 75 6e 63 74 69 6f 6e 0a 6e 61 6d 65 73 20 62 79 |unction.names by| 000005b0 20 63 6c 69 63 6b 69 6e 67 20 77 69 74 68 20 4d | clicking with M| 000005c0 65 6e 75 20 61 6e 79 77 68 65 72 65 20 6f 6e 20 |enu anywhere on | 000005d0 74 68 65 20 6d 61 69 6e 20 77 69 6e 64 6f 77 20 |the main window | 000005e0 61 6e 64 20 73 65 6c 65 63 74 69 6e 67 0a 53 65 |and selecting.Se| 000005f0 61 72 63 68 2e 2e 2e 20 66 72 6f 6d 20 74 68 65 |arch... from the| 00000600 20 6d 65 6e 75 2e 20 54 68 69 73 20 74 68 65 6e | menu. This then| 00000610 20 6f 70 65 6e 73 20 61 20 64 69 61 6c 6f 67 75 | opens a dialogu| 00000620 65 20 62 6f 78 2c 20 69 6e 20 77 68 69 63 68 20 |e box, in which | 00000630 79 6f 75 20 73 65 74 0a 74 68 65 20 73 74 72 69 |you set.the stri| 00000640 6e 67 20 79 6f 75 20 77 69 73 68 20 74 6f 20 73 |ng you wish to s| 00000650 65 61 72 63 68 20 66 6f 72 2c 20 77 68 65 74 68 |earch for, wheth| 00000660 65 72 20 74 68 65 20 73 65 61 72 63 68 20 73 74 |er the search st| 00000670 72 69 6e 67 20 69 73 20 63 6f 6e 74 61 69 6e 65 |ring is containe| 00000680 64 0a 77 69 74 68 69 6e 20 61 20 73 74 72 69 6e |d.within a strin| 00000690 67 2c 20 69 74 20 62 65 67 69 6e 73 20 77 69 74 |g, it begins wit| 000006a0 68 20 74 68 65 20 73 65 61 72 63 68 20 73 74 72 |h the search str| 000006b0 69 6e 67 2c 20 69 74 20 65 6e 64 73 20 77 69 74 |ing, it ends wit| 000006c0 68 20 74 68 65 20 73 65 61 72 63 68 0a 73 74 72 |h the search.str| 000006d0 69 6e 67 20 6f 72 20 74 68 65 20 73 65 61 72 63 |ing or the searc| 000006e0 68 20 73 74 72 69 6e 67 20 67 69 76 65 6e 20 69 |h string given i| 000006f0 73 20 74 68 65 20 66 75 6c 6c 20 6e 61 6d 65 20 |s the full name | 00000700 6f 66 20 74 68 65 20 70 72 6f 63 65 64 75 72 65 |of the procedure| 00000710 20 6f 72 0a 66 75 6e 63 74 69 6f 6e 20 74 68 61 | or.function tha| 00000720 74 20 79 6f 75 20 77 69 73 68 20 74 6f 20 73 65 |t you wish to se| 00000730 61 72 63 68 20 66 6f 72 2e 20 59 6f 75 20 6d 61 |arch for. You ma| 00000740 79 20 61 6c 73 6f 20 73 65 74 20 77 68 65 74 68 |y also set wheth| 00000750 65 72 20 74 68 65 20 70 72 6f 67 72 61 6d 0a 69 |er the program.i| 00000760 73 20 74 6f 20 6c 6f 6f 6b 20 6f 6e 6c 79 20 66 |s to look only f| 00000770 6f 72 20 70 72 6f 63 65 64 75 72 65 73 2c 20 66 |or procedures, f| 00000780 75 6e 63 74 69 6f 6e 73 20 6f 72 20 66 6f 72 20 |unctions or for | 00000790 62 6f 74 68 20 6f 66 20 74 68 65 6d 2e 20 41 66 |both of them. Af| 000007a0 74 65 72 0a 63 6c 69 63 6b 69 6e 67 20 6f 6e 20 |ter.clicking on | 000007b0 53 65 61 72 63 68 20 74 68 65 20 61 70 70 6c 69 |Search the appli| 000007c0 63 61 74 69 6f 6e 20 77 69 6c 6c 20 74 65 6c 6c |cation will tell| 000007d0 20 79 6f 75 20 68 6f 77 20 6d 61 6e 79 20 69 74 | you how many it| 000007e0 20 68 61 73 20 66 6f 75 6e 64 20 62 79 0a 64 69 | has found by.di| 000007f0 73 70 6c 61 79 69 6e 67 20 74 68 65 20 72 65 73 |splaying the res| 00000800 75 6c 74 20 69 6e 20 74 68 65 20 62 6f 74 74 6f |ult in the botto| 00000810 6d 20 6c 65 66 74 20 68 61 6e 64 20 63 6f 72 6e |m left hand corn| 00000820 65 72 20 6f 66 20 74 68 65 20 77 69 6e 64 6f 77 |er of the window| 00000830 2e 20 49 66 20 74 68 65 0a 73 65 61 72 63 68 20 |. If the.search | 00000840 68 61 73 20 62 65 65 6e 20 73 75 63 63 65 73 73 |has been success| 00000850 66 75 6c 20 74 68 65 6e 20 63 6c 69 63 6b 69 6e |ful then clickin| 00000860 67 20 6f 6e 20 53 68 6f 77 20 72 65 73 75 6c 74 |g on Show result| 00000870 73 20 77 69 6c 6c 20 6f 70 65 6e 20 75 70 20 74 |s will open up t| 00000880 68 65 0a 77 69 6e 64 6f 77 20 64 65 73 63 72 69 |he.window descri| 00000890 62 65 64 20 65 61 72 6c 69 65 72 20 66 72 6f 6d |bed earlier from| 000008a0 20 77 68 69 63 68 20 79 6f 75 20 77 69 6c 6c 20 | which you will | 000008b0 62 65 20 61 62 6c 65 20 74 6f 20 73 61 76 65 20 |be able to save | 000008c0 74 68 65 20 70 72 6f 63 65 64 75 72 65 73 0a 6f |the procedures.o| 000008d0 72 20 66 75 6e 63 74 69 6f 6e 73 2e 20 49 66 20 |r functions. If | 000008e0 79 6f 75 20 6e 6f 77 20 6c 6f 6f 6b 20 61 74 20 |you now look at | 000008f0 74 68 69 73 20 77 69 6e 64 6f 77 20 79 6f 75 20 |this window you | 00000900 77 69 6c 6c 20 6e 6f 74 69 63 65 20 74 68 61 74 |will notice that| 00000910 20 74 68 65 20 74 77 6f 0a 61 72 72 6f 77 20 69 | the two.arrow i| 00000920 63 6f 6e 73 20 6f 6e 20 74 68 65 20 72 69 67 68 |cons on the righ| 00000930 74 20 68 61 6e 64 20 73 69 64 65 20 6f 66 20 74 |t hand side of t| 00000940 68 65 20 77 69 6e 64 6f 77 20 77 69 6c 6c 20 62 |he window will b| 00000950 65 20 75 6e 73 68 61 64 65 64 2e 20 54 68 69 73 |e unshaded. This| 00000960 20 77 69 6c 6c 0a 61 6c 6c 6f 77 20 79 6f 75 20 | will.allow you | 00000970 74 6f 20 63 79 63 6c 65 20 74 68 72 6f 75 67 68 |to cycle through| 00000980 20 74 68 65 20 6c 69 73 74 20 6f 66 20 70 72 6f | the list of pro| 00000990 63 65 64 75 72 65 20 61 6e 64 2f 6f 72 20 66 75 |cedure and/or fu| 000009a0 6e 63 74 69 6f 6e 73 20 74 68 61 74 20 74 68 65 |nctions that the| 000009b0 0a 61 70 70 6c 69 63 61 74 69 6f 6e 20 68 61 73 |.application has| 000009c0 20 66 6f 75 6e 64 20 77 68 69 63 68 20 6d 61 74 | found which mat| 000009d0 68 63 65 64 20 79 6f 75 72 20 73 65 61 72 63 68 |hced your search| 000009e0 20 63 72 69 74 65 72 69 61 2e 20 45 61 63 68 20 | criteria. Each | 000009f0 6f 66 20 74 68 65 0a 70 72 6f 63 65 64 75 72 65 |of the.procedure| 00000a00 73 20 61 6e 64 20 66 75 6e 63 74 69 6f 6e 73 20 |s and functions | 00000a10 66 6f 75 6e 64 20 77 69 6c 6c 20 62 65 20 61 62 |found will be ab| 00000a20 6c 65 20 74 6f 20 62 65 20 73 61 76 65 64 20 61 |le to be saved a| 00000a30 73 20 62 65 66 6f 72 65 2e 0a 0a 54 68 65 20 69 |s before...The i| 00000a40 63 6f 6e 62 61 72 20 6d 65 6e 75 20 69 73 20 61 |conbar menu is a| 00000a50 20 73 74 61 6e 64 61 72 64 20 6d 65 6e 75 20 77 | standard menu w| 00000a60 69 74 68 20 6f 6e 65 20 65 78 74 72 61 20 6f 70 |ith one extra op| 00000a70 74 69 6f 6e 20 2d 20 44 72 61 67 67 69 6e 67 20 |tion - Dragging | 00000a80 2d 20 74 68 69 73 0a 77 69 6c 6c 20 62 65 20 73 |- this.will be s| 00000a90 68 61 64 65 64 20 66 6f 72 20 75 73 65 72 73 20 |haded for users | 00000aa0 6f 66 20 52 49 53 43 20 4f 53 20 32 20 75 6e 6c |of RISC OS 2 unl| 00000ab0 65 73 73 20 79 6f 75 20 68 61 76 65 20 61 20 63 |ess you have a c| 00000ac0 6f 70 79 20 6f 66 20 74 68 65 20 44 72 61 67 20 |opy of the Drag | 00000ad0 41 0a 53 70 72 69 74 65 20 6d 6f 64 75 6c 65 20 |A.Sprite module | 00000ae0 70 72 65 73 65 6e 74 20 69 6e 20 79 6f 75 72 20 |present in your | 00000af0 6d 61 63 68 69 6e 65 2e 20 49 66 20 74 68 69 73 |machine. If this| 00000b00 20 69 73 20 6e 6f 74 20 73 68 61 64 65 64 20 74 | is not shaded t| 00000b10 68 65 6e 20 69 74 20 77 69 6c 6c 0a 6c 65 61 64 |hen it will.lead| 00000b20 20 74 6f 20 61 20 73 75 62 6d 65 6e 75 20 66 72 | to a submenu fr| 00000b30 6f 6d 20 77 68 69 63 68 20 79 6f 75 20 77 69 6c |om which you wil| 00000b40 6c 20 62 65 20 61 62 6c 65 20 74 6f 20 64 65 63 |l be able to dec| 00000b50 69 64 65 20 77 68 65 74 68 65 72 20 74 6f 20 64 |ide whether to d| 00000b60 72 61 67 0a 65 69 74 68 65 72 20 61 20 73 70 72 |rag.either a spr| 00000b70 69 74 65 20 6f 72 20 61 20 62 6f 75 6e 64 69 6e |ite or a boundin| 00000b80 67 20 62 6f 78 20 64 75 72 69 6e 67 20 74 68 65 |g box during the| 00000b90 20 73 61 76 65 20 6f 70 65 72 61 74 69 6f 6e 2e | save operation.| 00000ba0 20 49 6e 69 74 69 61 6c 6c 79 20 74 68 69 73 0a | Initially this.| 00000bb0 69 73 20 73 65 74 20 74 6f 20 53 70 72 69 74 65 |is set to Sprite| 00000bc0 73 2e 0a 0a 49 20 68 6f 70 65 20 79 6f 75 20 68 |s...I hope you h| 00000bd0 61 76 65 20 73 6f 6d 65 20 75 73 65 20 66 6f 72 |ave some use for| 00000be0 20 74 68 69 73 20 61 70 70 6c 69 63 61 74 69 6f | this applicatio| 00000bf0 6e 2c 20 49 20 68 61 76 65 20 66 6f 75 6e 64 20 |n, I have found | 00000c00 69 74 20 69 6e 76 61 6c 75 61 62 6c 65 0a 77 68 |it invaluable.wh| 00000c10 65 6e 20 49 20 68 61 76 65 20 62 65 65 6e 20 67 |en I have been g| 00000c20 65 6e 65 72 61 74 69 6e 67 20 64 65 73 6b 74 6f |enerating deskto| 00000c30 70 20 61 70 70 6c 69 63 61 74 69 6f 6e 73 20 61 |p applications a| 00000c40 73 20 69 74 20 68 61 73 20 61 6c 6c 6f 77 65 64 |s it has allowed| 00000c50 20 6d 65 20 74 6f 20 63 75 74 0a 64 6f 77 6e 20 | me to cut.down | 00000c60 6d 79 20 70 72 6f 67 72 61 6d 20 64 65 76 65 6c |my program devel| 00000c70 6f 70 6d 65 6e 74 20 74 69 6d 65 20 61 73 20 49 |opment time as I| 00000c80 20 6e 6f 77 20 73 69 6d 70 6c 79 20 65 78 74 72 | now simply extr| 00000c90 61 63 74 20 74 68 65 20 70 72 6f 63 65 64 75 72 |act the procedur| 00000ca0 65 73 20 61 6e 64 0a 66 75 6e 63 74 69 6f 6e 73 |es and.functions| 00000cb0 20 74 68 61 74 20 49 20 72 65 71 75 69 72 65 20 | that I require | 00000cc0 61 20 6c 6f 74 20 71 75 69 63 6b 65 72 20 74 68 |a lot quicker th| 00000cd0 61 74 20 49 20 64 69 64 20 62 65 66 6f 72 65 0a |at I did before.| 00000ce0 0a 0a 0a 0a 0a 4b 6e 6f 77 6e 20 70 72 6f 62 6c |.....Known probl| 00000cf0 65 6d 73 20 74 68 61 74 20 61 72 65 20 63 75 72 |ems that are cur| 00000d00 72 65 6e 74 6c 79 20 62 65 69 6e 67 20 77 6f 72 |rently being wor| 00000d10 6b 65 64 20 6f 6e 2e 2e 2e 2e 0a 0a 54 68 65 20 |ked on......The | 00000d20 6f 6e 6c 79 20 6b 6e 6f 77 6e 20 70 72 6f 62 6c |only known probl| 00000d30 65 6d 20 74 6f 20 64 61 74 65 20 69 73 20 69 6e |em to date is in| 00000d40 20 73 68 6f 77 69 6e 67 20 74 68 65 20 6c 69 73 | showing the lis| 00000d50 74 69 6e 67 73 20 66 6f 72 20 6c 6f 6e 67 20 28 |tings for long (| 00000d60 3f 29 0a 70 72 6f 63 65 64 75 72 65 73 20 61 6e |?).procedures an| 00000d70 64 20 66 75 6e 63 74 69 6f 6e 73 20 74 68 61 74 |d functions that| 00000d80 20 6f 63 63 75 72 20 61 74 20 74 68 65 20 65 6e | occur at the en| 00000d90 64 20 6f 66 20 56 45 52 59 20 6c 6f 6e 67 20 70 |d of VERY long p| 00000da0 72 6f 67 72 61 6d 73 20 28 31 33 30 4b 0a 70 6c |rograms (130K.pl| 00000db0 75 73 20 61 74 20 6c 65 61 73 74 29 2c 20 74 68 |us at least), th| 00000dc0 65 20 6c 61 73 74 20 66 65 77 20 6c 69 6e 65 73 |e last few lines| 00000dd0 20 64 6f 20 6e 6f 74 20 61 70 70 65 61 72 2e 20 | do not appear. | 00000de0 48 6f 77 65 76 65 72 2c 20 74 68 65 73 65 20 6c |However, these l| 00000df0 69 6e 65 73 20 61 72 65 0a 6e 6f 74 20 6c 6f 73 |ines are.not los| 00000e00 74 20 77 68 65 6e 20 79 6f 75 20 73 61 76 65 20 |t when you save | 00000e10 74 68 65 20 70 72 6f 63 65 64 75 72 65 73 20 6f |the procedures o| 00000e20 72 20 66 75 6e 63 74 69 6f 6e 73 20 74 6f 20 64 |r functions to d| 00000e30 69 73 63 20 73 6f 20 74 68 65 72 65 20 69 73 20 |isc so there is | 00000e40 6e 6f 0a 6e 65 65 64 20 74 6f 20 70 61 6e 69 63 |no.need to panic| 00000e50 2e 20 49 20 68 6f 70 65 20 74 6f 20 68 61 76 65 |. I hope to have| 00000e60 20 74 68 69 73 20 73 6c 69 67 68 74 20 70 72 6f | this slight pro| 00000e70 62 6c 65 6d 20 63 6f 72 72 65 63 74 65 64 20 73 |blem corrected s| 00000e80 6f 6f 6e 2e 2e 2e 2e |oon....| 00000e87