home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / ENTERPRS / CPM / UTILS / F / PERFLESS.ARK / LESSON1.PC < prev    next >
Text File  |  1989-09-27  |  10KB  |  152 lines

  1. >a2:"              LESSON1 -- Moving Around the Spreadsheet
  2. >a5:"       Welcome to the first lesson!  Here we will examine several ways
  3. >a6:" of moving about Perfect Calc's spreadsheet.
  4. >a8:"       But first, REMEMBER:  the commands for scrolling the current
  5. >a9:" single window are:
  6. >a10:"               Control---v       PAGE DOWN
  7. >a11:"               Control---z       PAGE UP
  8. >a13:"       In this lesson we will be splitting the screen into two windows.
  9. >a14:" The top window, where you will be working, will hold a sample spread-
  10. >a15:" sheet, while the bottom window will display the instructions you are
  11. >a16:" to follow.
  12. >a18:"       Before we create two windows let us review the two commands you
  13. >a19:" will use for scrolling the bottom, or 'other' window:
  14. >a21:"      Control--x  Control--v    PAGE DOWN 'Other Window'
  15. >a22:"      Control--x  Control--z    PAGE UP 'Other Window'
  16. >a24:"       At this time move the cursor to line 34 using the 'down arrow'
  17. >a25:" key, or the NEXT LINE Command  (Control--n).  If you go to far use the
  18. >a26:" 'up arrow' key, or the PREVIOUS LINE Command (Control--p).
  19. >a28:"       Type the CREATE TWO WINDOWS Command which we learned in the
  20. >a29:" Introductory Lesson:
  21. >a30:"                           Control--x  2        
  22. >a31:"     Answer 'n' for no to Perfect Calc's question "Synchronize windows?"
  23. >a32:"       When two windows are being displayed, move the cursor to the top 
  24. >a33:" window, using the OTHER WINDOW Command:
  25. >a35:"                       Control--x  o  (small letter 'o')
  26. >a37:"       From now on scroll the bottom window to read the instructions,
  27. >a38:" again using:
  28. >a40:"       Control--x  Control--v  PAGE DOWN 'Other Window'
  29. >a41:"       Control--x  Control--z  PAGE UP 'Other Window'
  30. >a43:"       We are now going to call another file into the top window.  This
  31. >a44:" is a capability unique to Perfect Calc.  No other electronic spread-
  32. >a45:" sheet allows two separate  files to be displayed to the 
  33. >a46:" screen simultaneously.  With the cursor in the top window, type the
  34. >a47:" FIND FILE Command:
  35. >a48:"                     Control---x  Control---f
  36. >a49:"       Perfect Calc responds with the message in the Prompt Line:
  37. >a50:"                   "File to find: <CR> "
  38. >a51:"       Type the filename "b:stockex.pc", followed by a carriage return.
  39. >a53:"       Perfect Calc reads this file into the top display window.
  40. >a54:" It is a spreadsheet for recording stock purchases.  As we will see 
  41. >a55:" shortly, it extends off-screen, both down and to the right.
  42. >a57:"       Let us explore this spreadsheet using Perfect Calc's cursor
  43. >a58:" commands.
  44. >a61:"      Although your KAYPRO II computer has arrow keys for moving the 
  45. >a62:" the cursor, Perfect Calc also provides the following commands:
  46. >a63:"    Control--f     Move cursor Forward (to the right) by one  -->
  47. >a64:"    Control--b     Move cursor Backward (to the left) by one  <--
  48. >a65:"    Control--n     Move cursor to Next Line (down) by one     
  49. >a66:"    Control--p     Move cursor to Previous Line (up) by one   ^
  50. >a67:"          NOTE: Perfect Calc commands are 'mnemonic'. That is, each
  51. >a68:" command sounds like what it does.  Thus, 'Control--f' moves the cursor
  52. >a69:" 'forward'.  Try these commands now.
  53. >a71:" Using the right-arrow key, or the FORWARD Command (Control--f), move
  54. >a72:" the cursor to the righthand edge of the screen.  With the cursor in 
  55. >a73:" the last column, type Control--f one more time.  What happens?  The 
  56. >a74:" screen is erased and redrawn to include the next 'off-screen' column,
  57. >a75:" while at the left margin, column 'a' has disappeared.  The entire
  58. >a76:" window has been moved one column to the right on the larger spread-
  59. >a77:" sheet.
  60. >a79:"       Type the FORWARD Command several times in rapid succession.  This
  61. >a80:" time the window is erased and advanced several columns at one time. The
  62. >a81:" other cursor commands work in a similar fashion, advancing the cursor
  63. >a82:" one position at a time, redrawing the screen as necessary.
  64. >a83:"  Several commands move the cursor to the boundaries of the spreadsheet:
  65. >a84:"    Control--a     Move to Beginning of Line
  66. >a85:"    Control--e     Move to End of Line
  67. >a86:"    Escape...<     Move to Top of Column (left angle-bracket)
  68. >a87:"    Escape...>     Move to Bottom of Column (right angle-bracket)
  69. >a88:"       With the cursor anywhere in the middle of the spreadsheet, type
  70. >a89:" the BEGINNING OF LINE  Command,  Control--a.  The cursor jumps to the
  71. >a90:" beginning of the current line.
  72. >a91:"       Type the END OF LINE Command,  Control--e.  The cursor jumps to
  73. >a92:" the last entry in the current line, column 'l'.
  74. >a93:"     Type the TOP OF COLUMN Command,  Escape...<   The cursor jumps to
  75. >a94:" line 1 in the current column. (Remember to hold the shift key for '<' )
  76. >a95:"      Type the BOTTOM OF COLUMN Command,    Escape...>     The cursor 
  77. >a96:" jumps to line 18, the bottom of the current column.
  78. >a97:"       Note that the distinctive feature of these four commands is that 
  79. >a98:" they take the cursor ONLY to the boundaries of the defined spreadsheet.
  80. >a99:" They will not go beyond it.
  81. >a100:"       Let us go to the far limits of Perfect Calc's spreadsheet by
  82. >a101:" using the PAGE RIGHT Command, which moves the screen to the right one
  83. >a102:" entire screen full of columns:
  84. >a103:"                                 Escape...v
  85. >a104:"       Execute this command as many times as necessary to reach the 
  86. >a105:" last column in the spreadsheet, column 'Z'.
  87. >a107:"      Then, using the PAGE DOWN Command, Control--v, move to down to
  88. >a108:" line 128.  This is the mid-point of the available spreadsheet.
  89. >a110:"       As you can see Perfect Calc provides you with a GIANT spread-
  90. >a111:" sheet!  Amazingly, you can have as many as SEVEN of these giant spread-
  91. >a112:" sheets in memory at one time, switching back and forth between them
  92. >a113:" with ease. We'll examine this capability in later lessons.  Again, this
  93. >a114:" capability is not available with other major electronic spreadsheets.
  94. >a115:" The GOTO Command
  95. >a116:"       Now, is there a quick way to get back to position 'a1' in the 
  96. >a117:" stock portfolio spreadsheet?  Yes!  Type the GOTO Command:
  97. >a118:"          >        {a single right angle-bracket}
  98. >a119:"   Perfect Calc responds with the message in the Prompt Line:
  99. >a120:"       "GO TO:     "
  100. >a121:"  Type the coordinates of the entry position that you wish to "Go to"--
  101. >a122:" i.e. 'a1' -- followed by a carriage return.  Perfect Calc immediately
  102. >a123:" jumps the cursor to position 'a1', redrawing the screen as necessary.
  103. >a124:"      We've just examined the commands for moving the cursor.  As you
  104. >a125:" can see, you have quite a few available to you.  It may take a while to
  105. >a126:" remember all of these, even though the command characters correspond 
  106. >a127:" with the command names. The Help Menu serves to assist you while you're
  107. >a128:" learning the commands. 
  108. >a129:"    For instance, you can now go the Help menu and review all the cursor
  109. >a130:" commands we've just introduced.  Type a '?' followed by '1' to 
  110. >a131:" select 'cursor' commands.  When you're ready to leave the Help Menu
  111. >a132:" type Control--x Control--v to scroll the bottom window forward.
  112. >a133:" The UNIVERSAL Repeat Command
  113. >a134:"       All of Perfect Calc's cursor commands can be repeated using the 
  114. >a135:" UNIVERSAL Repeat Command.  Type:    Control--U
  115. >a136:"   Perfect Calc responds with the message in the Prompt Line:  "Arg: 4"
  116. >a137:"       "Arg:  4 "  ( 'argument' ) means that whatever command follows
  117. >a138:" will be repeated 4 times (the default repetition). You can change this
  118. >a139:" default by typing a number.  For example, type '20'.
  119. >a140:"       The message changes to "Arg:  20 ".
  120. >a141:"       Now type the right arrow key, or Control--f.
  121. >a142:"       The cursor jumps twenty columns to the right of its present
  122. >a143:" position  (to column 'u').  Practise repeating the cursor commands,
  123. >a144:" using this UNIVERSAL Repeat Command.
  124. >a146:"     This concludes Lesson 1.  You are now ready to proceed to 
  125. >a147:" Lesson 2, which deals with 'Entering Data.'  To do this you will first
  126. >a148:" need to clear computer memory, before calling up the next lesson.
  127. >a149:" The steps for this, which are outlined below, are simple.
  128. >a150:" However, READ THROUGH THEM COMPLETELY before beginning to execute them,
  129. >a151:" since once memory is cleared, this lesson will be erased from the
  130. >a152:" the screen and we will have no way of communicating.
  131. >a154:"     To clear computer memory enter the CLEAR ENTIRE MEMORY command:
  132. >a155:"                      Control--x  Control--k
  133. >a156:"     Perfect Calc will respond with the message: "Kill ENTIRE Memory?"
  134. >a157:"                       Answer "yes"
  135. >a158:"     Perfect Calc will erase all files from memory, including this
  136. >a159:" lesson, presenting you with a blank screen.
  137. >a160:"     Read Lesson 2 into memory using the FIND FILE Command:
  138. >a161:"                      Control--x  Control--f
  139. >a162:" Perfect Calc will respond with the message:
  140. >a163:"                   "File to find <CR>:"
  141. >a164:"     Enter the filename "b:lesson2.pc", followed by a carriage return.
  142. >a166:"     Perfect Calc will display Lesson 2 to the screen ready for you
  143. >a167:" to continue.
  144. >a168:"     If you do not wish to continue with Lesson 2, type the
  145. >a169:" QUIT Command:
  146. >a170:"                      Control--x  Control--c
  147. >a172:"       Answer 'y' for yes to Perfect Calc's message "Ignore changes this
  148. >a173:" session?"
  149. >a174:"     Perfect Calc will return you to your CP/M disk operating system.
  150. >a176:"                     END OF LESSON 1
  151. >a1
  152.