home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / 326-350 / apd341 / programming / lister.seq < prev    next >
Text File  |  1990-08-11  |  4KB  |  89 lines

  1.  86
  2. eca00007cf00fe008033300f70f
  3. ^1"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  4.  
  5.                         ^3@1 SPARX'S DISK LISTER.@
  6.  
  7.                        ^1{6 Contributed by SPARX.{
  8.  
  9. ^1"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  10.  
  11. ^2 This program has been hiding away on disk for a whole year. It's
  12. ^2about time it had the dust blown off it!
  13.  
  14. ^7 It was written just after we had[2 AMOS[0 so the coding is a bit
  15. ^7primitive, as it is the first program I completed. Still, it works
  16. ^7fine, and it gives you something to play around with.
  17.  
  18. ^2 The program is a little utility to organise your collection of
  19. ^2disks. It is easy to use, and will take about 1,000 records before
  20. ^2you need to alter the coding.
  21.  
  22. ^7 So if your disks are in a mess, and you can never find the program
  23. ^7you need, number your collection, and get typing!!! (We use the tiny
  24. ^7self adhesive circles available from most stationers stuck onto the
  25. ^7corner of the disk to number ours.)
  26.  
  27. ^4 Disk lister allows you to enter the disk number, program name, and a
  28. ^4comment.
  29.  
  30. ^1 To start a catalogue, click on the^2[2 <ADD>[0^1 button, which will then
  31. ^1turn red. A^2 ?^1 will appear in the edit box, type in the disk number,
  32. ^1the program name, and comment, then tthe disk number blanks off ready
  33. ^1for the next record. Keep doing this until all are entered, when
  34. ^1you've finished, press[2 <RETURN>[0 while the^2 ?^1 is on the disk number,
  35. ^1the[2 <ADD>[0 button then turns to white again. When you press[2 <RETURN>[0
  36. ^1to finish adding data, only te last record will be visible, to see
  37. ^1the rest, use the arrow buttons on the right of the screen.
  38.  
  39. ^6 To change a record or to delete one, highlight your choice by
  40. ^6clicking on it in your list, it will appear in the edit box. To
  41. ^6delete it, for example, click on [2<DELETE>.[0
  42.  
  43. ^1 The records can be sorted using the[2 <SORT>[0 button. You have a choice
  44. ^1of three types of sort.
  45.  
  46. ^41. By disk number.
  47. ^42. By program name.
  48. ^43. By comment.
  49.  
  50. ^6 Make your choice by clicking on one of the small buttons which will
  51. ^6highlight in red. ^2`N'^6 - number,  ^2`P'^6 - program name,  ^2`C'^6 - comment.
  52. ^6Then click on [2<SORT>[0 to sort the file.
  53.  
  54. ^1 You can search for a disk record using the number, program name or
  55. ^1comment by entering it in the edit box, then clicking on[2 <SEARCH>.[0
  56. ^1You don't need to input the whole name as every occuance will be
  57. ^1found for you. To exit the search, press [2<RETURN>.[0
  58.  
  59. ^4 [2<LOAD>[0 and [2<SAVE>[0 do just that!!
  60.  
  61. ^6 There are a couple of functions which are controlled with the[1 right[0
  62. ^6[1mouse button on the top menu bar.[0
  63.  
  64. ^6 From left to right these are:-
  65.  
  66. ^1[2 QUIT[0 Disk Lister
  67.  
  68. ^1 [2ABOUT[0 Disk Lister
  69.  
  70. ^1 [2HELP[0 with Disk Lister. This gives a brief description of how to use
  71. the program.
  72.  
  73. ^5 The program has been tested with up to 1,000 records. As a pure Amos
  74. ^5program it runs well, but gets sluggish when lots of records are
  75. ^5added. There is a compiled version on the disk as well, and this runs
  76. ^5well after filling with records.
  77.  
  78. ^4 Disk Lister will probably hold more than 1,000 entries. If needed,
  79. ^4change Dim D$ statement in the listing. You will have to be carefull
  80. ^4not to create an out of memory problem, so it migt be better to have
  81. ^4two smaller files than one massive one.
  82.  
  83. ^1 This is a very basic looking program, if you would like a better
  84. ^1one, drop us a line, and if there is enough interest, I'll do a new
  85. ^1Disk Lister in the style of Workbench 2.
  86.  
  87. ^1"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
  88. \
  89.