home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 273.lha / BioRythum_v2.0 / BioDoc < prev    next >
Text File  |  1989-07-26  |  5KB  |  101 lines

  1. Biorythum V2.0                    ©1989 Troy R Blake - All Rights Reserved
  2.  
  3. Introduction
  4.    This compiled AmigaBASIC program is Freeware.That means I didn't charge
  5. you any money to get this program.That does not mean I have "Given" it to
  6. you.I still reserve all rights to this program.This program may not be
  7. sold or used in a commercial product without written consent of the author
  8. except when only a small copying fee is charged.
  9.  
  10. Loading
  11.    This program should be copied to a disk with enough space to hold a
  12. data file.When run,BIORYTHUM will open a file called ":Namen.dat".In this
  13. file,the program will store names,birthdays,etc.To run the program from
  14. the CLI,type "Bio",and it will run.From the Workbench,double click the
  15. Bio Icon with the left mouse button.
  16.  
  17. Running
  18.    After the program loads,you will see a window with 7 options:
  19.       1.Enter your name here
  20.       2.Check the list of names here
  21.       3.Set the target date here
  22.       4.Biorythum for the target month
  23.       5.GOOD/BAD days for target month
  24.       6.Target year Biorythum
  25.       7.Program Stop
  26.  
  27.    To select an option,all you need to do is press the number key of that
  28. option.You do not press <RETURN>.We will explain each option below.
  29.  
  30. Options
  31.    Enter your name here
  32.       This option allows you to enter your name into the program.This
  33. option will ask you your name first.Any name will do,but it must not
  34. start with a number,or excede 11 letters in length.Next,you are asked
  35. your birthdate.Enter the date as DD/MM/YYYY.That means two(2) numbers
  36. for the day,then a "/",then two(2) numbers for the month(example,10
  37. is the two numbers for October),then another "/",then four(4) numbers
  38. for the year. October 4,1964 would be entered as 04/10/1964.
  39.       You then will be given the estimated day (Monday,Tuesday,etc.)of
  40. the date entered.You will then be sent back to the option screen after
  41. you decide if you want to save this info to disk.
  42.  
  43.    Check list of names here
  44.       This option allows you to see all those names you have saved to
  45. disk under the file name ":Namen.dat".You will then be able to select
  46. one of those names.You can save up to 100 names.I hope that is enough
  47. room to track your family,friends,boss,etc.
  48.       Type the number of the name shown on the left of the screen,then
  49. press <RETURN>.
  50.  
  51.    Set the target date here
  52.       This option lets you set "Todays Date".That is to say,the day in
  53. the history of this persons Biorythum that you want the program to be
  54. centered on.The target date sets what kind of biorythum you are going
  55. to get.For example,if you want your biorythum for the month of March,
  56. the "Target Date" must be sometime in March.If you want your biorythum
  57. for the year 1976,the "Target Date" must be sometime in 1976.
  58.  
  59.    Biorythum for target month
  60.       This will give you a graphic display of your biorythum for the
  61. month given in your "Target Date".If your target date is 04/10/1964,
  62. then the chart drawn will be for October 1964.The chart will show
  63. three things;Emotional,Intellect,Physical.This chart will also give
  64. you the "average" for the target month.Press <RETURN> to return to
  65. the option screen.
  66.  
  67.    GOOD/BAD days for target month
  68.       This chart will list the High,Average,and Low days for the target
  69. month.It will list about three dates in each area;Emotional,Intellect,
  70. Physical.Press <RETURN> to go to the option screen.
  71.  
  72.    Target Year Biorythum
  73.       Same at monthly biorythum,except this option will display a graphic
  74. of your biorythum for the "Target Year".This means that the target date
  75. must be set for sometime in the year that you want to see the biorythum
  76. for.Remember,go to "Set the target month here" to change the target date.
  77.  
  78.    Program Stop
  79.       This option opens a new window to say goodbye,and to remind you
  80. that biorythums are for fun only.Pressing <RETURN> will stop the
  81. program and return you to either the CLI,or the Workbench,depending
  82. on how you started the program.
  83.  
  84. Programming Notes
  85.    This is Version 2.0 of this entertainment program.Version 1.0 was
  86. uploaded to GEnie as program #6084.It had a few bugs that this version
  87. should repair,plus V2.0 runs smoother,and "looks" better.
  88.    BIORYTHUM is written in AmigaBASIC,and compiled using Absoft Corp.
  89. AC/BASIC.AC/BASIC is a nice compiler,but I hate the code size.This
  90. program runs a lot faster compiled.MUCH FASTER!
  91.  
  92. Bug Reports
  93.    I welcome comments,complaints,bug reports,programming tips,etc.There
  94. is always room for improvements.Send E-Mail to me on GEnie, T.Blake,or
  95. any BBS you see my name.I can also be reached at:
  96.  
  97.                               Troy R Blake
  98.                               BOX 3493
  99.                               GAFB,CA 92394
  100.  
  101.