home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / applications / analyticalc / pcchelp.seq < prev    next >
Text File  |  1992-01-01  |  10KB  |  241 lines

  1.     A N A L Y T I C A L C    H E L P    S Y S T E M
  2.    
  3. To get HELP use the command Hn where n is 0 thru 8 for HELP 0
  4.   through HELP 8.
  5. HELP 0 - This screen
  6. HELP 1 - Summary of many AnalytiCalc commands (terse)
  7. HELP 2 - Data Entry / Editing
  8. HELP 3 - Calculation Control
  9. HELP 4 - Cursor Motion and Positioning
  10. HELP 5 - Cell Copy
  11. HELP 6 - Add/Subtract Absolute Rows/Cols
  12. HELP 7 - Add/Subtract Relocting, Rows or Cols.
  13. HELP 8 - Change Display Size, Col Size, Load Data
  14. HELP 9 - Keypad Diagram for Amiga
  15.   
  16.   
  17.   
  18.   
  19.   
  20.   
  21.   
  22.   
  23.   
  24.   
  25. EN expression - Insert expression at current pos.
  26. M1,M2,M3, or M4 - Motion up, down, left, right (auto)
  27. DL var1:var2 Rn:m (or Cn:m) - Display Loc phys to row/col n-m
  28. DF var1:var2 [format] - set display format. A or L shows text, else #
  29. DT var1:var2 F or I - Set display number type to flt or int
  30. DW n,m - set width of column n of display to m chars
  31. DB c,r - Set display bounds at c cols, r rows (chars)
  32. L var - Move cursor to var named (phys.) OA var or OR var=move displ. origin
  33. V - redraw screen. VF - Disply. formulas. VM=no auto. redraw. K - interactive
  34. calc. *E returns. ZA - zero all. ZE var1:var2 - zero var1 thru var2
  35. X - exit program. W write screen to file or printer
  36. CV v1:v2 v3:v4 copy value from v1:v2 to v3:v4 range; CR=copy and relocate vars.
  37. CD v1:v2 v3:v4 copy display format. CF=copy formula. CA=copy all
  38. P Put screen to file. G=get screen from file at curr.loc
  39. 1,2,3,4 - move cursor Up,Down,Left,Right. A[A/R]n[R/C] Add abs/reloc n Row/Col
  40. Variable ranges are var1[:var2]. Var names P#+n#+m or
  41. D#+n#+m are current Phys or Display locs + or - offsets
  42. Expressions may use multiple stmts, use \ separators.
  43. Use std FORTRAN  function names + MIN, MAX, AVG, STD, AND, IOR, XOR, MOD,
  44. or SUM. IF stmt format is IF [v1.REL.v2]yes-expr|else expr.
  45. Rels are .LT.,.GT.,.EQ.,.NE.,.GE.,.LE.
  46. R Recompute sheet. RM Recompute Manually only (R resets)
  47.   
  48.   
  49. HELP 2 - Data Entry / Editing
  50. E expression    Enter expression into cell.
  51. Formulas available (+ SQRT,SIN,COS,LOG,EXP,ATAN)
  52. SUM[variables]          Sum of all arguments
  53. MAX[variables]          Max of arguments
  54. MIN[variables]          Min of arguments
  55. AVG[variables]          Average of arguments
  56. STD[variables]          Standard deviation squared
  57. IF [V1.rel.V2] statement | else-statement
  58. In the first 5 cases, arguments are variable names separated by
  59. commas, or variable ranges, or mixtures separaged by columns.
  60. ".REL." is any of the 6 forms:
  61. .EQ.    Equal            .NE.    Not Equal
  62. .GT.    Greater than     .LT.    Less than (V1 less than V2)
  63. .GE.    Greater or Equal .LE.    Less than or Equal to (V1 =< V2)
  64. *XV filename V1         Extract value at cell V1 in saved
  65.                         sheet stored in filename.
  66. ED `string1`string2`    Replace string1 with string2
  67.                         in current cell formula. Either
  68.                         string may be null if desired.
  69.   
  70.   
  71.   
  72.   
  73.   
  74. HELP 3 - Calculation Control
  75. R       Recalculate all of the sheet.
  76. RM      Recalculate manually only until R command given
  77. RF      Recalculate sheet, force constant recalculation
  78. K               Drop into interactive calculator. *E returns to sheet
  79. X               Exit to operating system.
  80. V               Redraw screen with normal formats (View)
  81. VF              Redraw screen showing all formulas (View Formulas)
  82. VM              Dont redraw screen until a V or VF is given (View Manual)
  83. VH+ or VH-      Turn display of current row calculation on/off
  84. ZA              Zero whole sheet
  85. ZE V1:V2        Zero variables in a row or column in range from
  86.                         cell V1 to cell V2 (V1,V2 = names of cells)
  87. @filespec       Read filespec and execute commands as though typed.
  88. PPX             Save current sheet (formulas and numbers) from cursor dn,rt
  89. PDF             Put out current Display sheet (Formulas)
  90. PPF             Put out current Physical sheet (Formulas)
  91. PDN             Put out current Display sheet (Numbers)
  92. PPN             Put out current Physical sheet (Numbers)
  93. W               Write screen to hardcopy file.
  94.   
  95.   
  96.   
  97. HELP 4 - Cursor Motion and Positioning
  98. L variable-name         Position cursor at variable-name
  99. M1, M2, M3, M4  Move Up, Down, Left, or Right after an Enter
  100.         (but not immediately)
  101. 1 or Uparrow              (Move up)
  102. 2 or Downarrow            (Move down)
  103. 3 or Left arrow           (Move left)
  104. 4 or Right arrow          (Move right)
  105. OA variable     Reset origin of display to variable
  106. OR variable     Reset display down and right to start with variable,
  107.                 changing only region down and right of cursor
  108. DL V1:V2 Rn:m   point at display coordinates (n,m) (col,row)
  109.                 and, going left to right along a Row, copy in
  110.                 variables V1 through V2 (actually, point those
  111.                 display sheet cells at variables V1 thru V2).
  112. DL V1:V2 Cn:m   point at display coordinates (n,m) (col,row)
  113.                 and, going top to bottom along a Column, copy in
  114.                 variables V1 through V2 (actually, point those
  115.                 display sheet cells at variables V1 thru V2).
  116. DF V1:V2 [format]       Set display format of range V1:V2 to format
  117.                         (format A means display formula.)
  118.   
  119.   
  120.   
  121. HELP 5 - Cell Copy
  122. CA V1:V2 V3:V4          Copy all cell attributes from V1:V2
  123.                         to V3:V4.
  124. CV V1:V2 V3:V4          Copy numeric values only
  125. CD V1:V2 V3:V4          Copy Display Formats only
  126. CF V1:V2 V3:V4          Copy Formulas only (no relocation)
  127. CR V1:V2 V3:V4          Copy all cell attributes as in CA but
  128.                         relocate cell names to new location
  129.                         from old one. Only relocate names right
  130.                         of or below the cursor or on same row/col
  131.                         with cursor (cells above or left of cursor
  132.                         are NOT relocated). Label cells are not altered.
  133.    If V2 is missing, V1 is replicated to V3:V4 range.
  134.   
  135.   
  136.   
  137.   
  138.   
  139.   
  140.   
  141.   
  142.   
  143.   
  144.   
  145. HELP 6 - Add/Subtract Absolute Rows/Cols
  146. AA number R     Add "number" rows ahead of the current
  147.                 physical position, moving all cells below
  148.                 the current cell down by "number" rows and
  149.                 losing the physical sheet`s bottom "number"
  150.                 rows` contents, NOT adjusting variable references
  151.                 where the variables are in the moved range
  152.                 and are not the position independent (P## or D##
  153.                 forms) type.
  154. AA number C     Add "number" columns ahead of the current
  155.                 physical position, moving all cells right of
  156.                 the current cell right by "number" columns and
  157.                 losing the physical sheet`s bottom "number"
  158.                 columns` contents, NOT adjusting variable references
  159.                 where the variables are in the moved range
  160.                 and are not the position independent (P## or D##
  161.                 forms) type.
  162.   
  163.   
  164.   
  165.   
  166.   
  167.   
  168.   
  169. HELP 7 - Add/Subtract Relocting, Rows or Cols.
  170. AR number R     Add "number" rows ahead of the current
  171.                 physical position, moving all cells below
  172.                 the current cell down by "number" rows and
  173.                 losing the physical sheet`s bottom "number"
  174.                 rows` contents, adjusting variable references
  175.                 where the variables are in the moved range
  176.                 and are not the position independent (P## or D##
  177.                 forms) type.
  178. AR number C     Add "number" columns ahead of the current
  179.                 physical position, moving all cells right of
  180.                 the current cell right by "number" columns and
  181.                 losing the physical sheet`s bottom "number"
  182.                 columns` contents, adjusting variable references
  183.                 where the variables are in the moved range
  184.                 and are not the position independent (P## or D##
  185.                 forms) type.
  186.   
  187.   
  188.   
  189.   
  190.   
  191.   
  192.   
  193.   
  194. HELP 8 - Change Display Size, Col Size, Load Data
  195. DW N,M          Set column N on display to be M characters wide
  196. DB n,m          Set number of columns displayed on screen
  197.                         to n, number of rows displayed to m.
  198. GD              Reload sheet down/right onto display coords.
  199. GP              Reload sheet down/right onto physical coords.
  200. <               Rewind the current Analyticalc input file
  201. * any text      Comment. (For command files.)
  202. Hn       Display a screen of help. n may be 0 to 9, default 0.
  203. F filename/nnnn         Read filename, skipping nnnn lines
  204.                         if the "/nnnn" is there, and load
  205.                         contents onto the currently displayed
  206.                         screen, broken into columns as the
  207.                         current screen is set up.
  208.   
  209.   
  210.   
  211.   
  212.   
  213.   
  214.   
  215.   
  216.   
  217.   
  218.              AnalytiCalc Keypad Standard Keys
  219. +--------------+--------------+--------------+--------------+--------------+
  220. | F1           | F2 / Gold F2 | F3 / Gold F3 | F4           | F5 / Gold F5 |
  221. |              |Search Formula|  Copy range  |              | LOAD SHEET   |
  222. |    GOLD      |_ = wild char |              |    SAVE      |              |
  223. |(Selects alt. |              |              |   SHEET      |              |
  224. | Function key |Incremental   |Cell to region|              |LOAD SHEET &  |
  225. | meanings)    |insert values |(cell at u.l.)|              | RELOCATE     |
  226. +--------------+--------------+--------------+--------------+--------------+
  227.  
  228. +--------------+--------------+--------------+--------------+--------------+
  229. | F6 / Gold F6 | F7 / Gold F7 | F8 / Gold F8 | F9           | F0 / Gold F0 |
  230. |Set Motion Dir| Set Window   |Insert/Delete |   START      | Recalculate  |
  231. |              |(D,R from cur)|Rows or Cols  |  NEW CLI     |              |
  232. |Row -> area   |              |              |              |              |
  233. |              | Set Origin   |              |   START      | Recalculate  |
  234. |Col -> area   | of Display   |              |  NEW SHELL   | & force all  |
  235. +--------------+--------------+--------------+--------------+--------------+
  236.  Cursor arrows move on screen.     HELP key starts HELP command            
  237.  X - Exit from spreadsheet.                                      
  238.                                                                      
  239.  
  240.  
  241.