home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / comdemos / progs / pipedream3 / !PipeDream / !Help < prev    next >
Encoding:
Text File  |  1989-07-20  |  6.9 KB  |  383 lines

  1. %CO:A,24,72%
  2. %C%%H2%PipeDream 3 Help file
  3.  
  4.  
  5. This file gives a summary of the mouse operations available in 
  6. PipeDream 3.  It also gives a list of the expression operators and 
  7. spreadsheet functions.  It is intended as a reminder rather than an 
  8. exhaustive reference.  For more information refer to the PipeDream 3 
  9. User Guide.
  10.  
  11. %C%%H2%Mouse operations
  12.  
  13. Many of these mouse operations are described interactively in the RISC 
  14. OS !Help application when used in conjunction with PipeDream 3.
  15.  
  16. %H2%Opening a Pipedream window
  17.  
  18. To open a new PipeDream window, click Select on the PipeDream icon on 
  19. the icon bar.
  20.  
  21. %H2%Bringing up menus and choosing commands
  22.  
  23. With the pointer in a PipeDream window, click Menu to bring up the top 
  24. level menu.
  25.  
  26. To bring up a sub-menu, drag the pointer over the arrow to the right of 
  27. the menu name.
  28.  
  29. To choose a command, click Select on the command name.  this carries 
  30. out the command and removes the menu from the screen.  If you click 
  31. Adjust, the menu remains on the screen.
  32.  
  33.  
  34. %H2%Loading documents
  35.  
  36. To load a PipeDream document, either double-click on its icon, or drag 
  37. its icon onto the Pipedream icon on the icon bar.
  38.  
  39. To insert a file at the caret position, drag the file's icon into the 
  40. window.
  41.  
  42.  
  43. %H2%Positioning the caret
  44.  
  45. Click Select to position the caret in the first slot to the left which 
  46. can overlap the slot underneath the pointer.  
  47.  
  48. Click Adjust to position the caret in the slot underneath the pointer.
  49.  
  50.  
  51. %H2%Marking blocks
  52.  
  53. To mark a block within one column, drag select down the column.
  54.  
  55. To mark multiple columns of text, drag Adjust across them.
  56.  
  57. To mark all the rows in a range of columns, drag Select across the 
  58. column borders.
  59.  
  60. To mark all the columns in a range of rows, drag Select down the row 
  61. borders.
  62.  
  63. To mark all the columns in a single row, double-click Select in the row 
  64. border.
  65.  
  66. To mark all the rows in a column, double-click Select in the column 
  67. border.
  68.  
  69. To mark a single slot, double-click Select in the slot.
  70.  
  71. To mark the whole document, double-click Select in the top left-hand 
  72. corner of the border.
  73.  
  74. To clear any marked block, double-click Adjust in the top left-hand 
  75. corner of the border.
  76.  
  77. To adjust a marked block after marking it, move the pointer to the 
  78. point at which you now want the block to end and hold down Shift whilst 
  79. clicking Select.  The marked block will now end where you clicked 
  80. Select.  The starting point will remain the same.
  81.  
  82. %H2%Entering slot references into the editing line
  83.  
  84. To enter a slot reference into the editing line whilst you are editing 
  85. an expression, click Select or Adjust in the slot.  The slot can be in 
  86. the current window or in another, in which case you will insert an 
  87. external reference.
  88.  
  89. %H2%Scrolling the window
  90.  
  91. Position the pointer on the scroll arrow and click Select to scroll one 
  92. line in the direction of the arrow.  Hold down Select to continue 
  93. scrolling.  Click Adjust to scroll in the other direction.  The caret 
  94. always remains within the PipeDream window, staying as near as possible 
  95. to its original position.
  96.  
  97. Position the pointer on the darker part of the scroll bar (above the 
  98. slider to scroll up, below the slider to scroll down) and click Select.  
  99. The next windowful of the document will appear.  Click Adjust to scroll 
  100. back the other way.  The caret always remains within the PipeDream 
  101. window, moving, if necessary, to the point nearest to its position 
  102. before scrolling.
  103.  
  104. %P0%
  105. %C%%H2%Expression operators
  106.  
  107. %L%Condition operators
  108.  
  109. %L%!
  110. %L%&
  111. %L%|
  112. %L%<
  113. %L%<=
  114. %L%<>
  115. %L%=
  116. %L%>
  117. %L%>=
  118.  
  119. %C%%H2%Arithmetic operators
  120.  
  121. %L%^
  122. %L%*
  123. %L%+
  124. %L%-
  125. %L%/
  126.  
  127. %C%%H2%Spreadsheet functions
  128.  
  129. %L%abs(n)
  130. %L%acs(n)
  131. %L%asn(n)
  132. %L%atn(n)
  133. %L%atn2(x,y) 
  134. %L%avg(list)
  135. %L%choose(n, list)
  136. %L%col
  137. %L%col(ref)
  138. %L%cos(n)
  139. %L%count(list) 
  140. %L%cterm(int, fv, pv)
  141. %L%date
  142. %L%davg(range, cond)
  143. %L%day(date)
  144. %L%dcount(range, cond)
  145. %L%dcounta(range, cond)
  146. %L%ddb(c,s,l,p)
  147. %L%deg(n)
  148. %L%dmax(range, cond)
  149. %L%dmin(range, cond)
  150. %L%dstd(range, cond)
  151. %L%dsum(range, cond)
  152. %L%dvar(range, cond)
  153. %L%exp(n)
  154. %L%fv(pmt, int, term)
  155. %L%hlookup(key,range,off)
  156. %L%if(cond, e1, e2)
  157. %L%index(c, r)
  158. %L%int(n)
  159. %L%irr(guess, range)
  160. %L%ln(n)
  161. %L%log(n)
  162. %L%lookup(key,r1,r2)
  163. %L%loopc
  164. %L%max(list)
  165. %L%min(list)
  166. %L%mod(x,y)
  167. %L%month(date)
  168. %L%monthdays(date)
  169. %L%npv(interest, range)
  170. %L%pi
  171. %L%pmt(pcpl,int,term)
  172. %L%pv(pmt,int,term)
  173. %L%rad(n)
  174. %L%rand
  175. %L%rate(fv,pf,term)
  176. %L%read(file,col,row)
  177. %L%round(n,p)
  178. %L%row
  179. %L%sgn(n)
  180. %L%sin(n)
  181. %L%sln(cost,salv,life)
  182. %L%sqr(n)
  183. %L%std(list)
  184. %L%sum(list)
  185. %L%syd(c,s,l,p)
  186. %L%tan(n)
  187. %L%term(pmt,int,fv)
  188. %L%var(list)  
  189. %L%vlookup(key,range,off)
  190. %L%write(file,col,row,exp)
  191. %L%year(date) 
  192. %CO:B,12,48%
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299.  
  300. %L%not
  301. %L%binary and 
  302. %L%binary or
  303. %L%less than
  304. %L%less than or equal
  305. %L%not equal
  306. %L%equal
  307. %L%greater than
  308. %L%greater than or equal
  309.  
  310.  
  311.  
  312. %L%to the power of
  313. %L%multiply
  314. %L%plus
  315. %L%minus
  316. %L%divide
  317.  
  318.  
  319.  
  320. %L%Absolute value of n
  321. %L%Arc cosine of n
  322. %L%Arc sine of n
  323. %L%Arc tangent of n
  324. %L%Arc tangent of x and y
  325. %L%average of values in list
  326. %L%nth value in list
  327. %L%number of column containing expression
  328. %L%number of column containing slot reference
  329. %L%cosine of n
  330. %L%number of numeric slots in list
  331. %L%number of compounding periods for investment
  332. %L%return the current date
  333. %L%average of slots in range which satisfy condition
  334. %L%day number of date
  335. %L%count of numeric slots in range which satisfy condition
  336. %L%count of all slots in range which satisfy condition
  337. %L%depreciation allowance of asset
  338. %L%number of degrees in n radians
  339. %L%maximum of slots in range which satisfy condition
  340. %L%minimum of slots in range which satisfy condition
  341. %L%standard deviation of slots in range which satisfy condition
  342. %L%sum of slots in range which satisfy condition
  343. %L%variance of slots in range which satisfy condition
  344. %L%e to the power of n
  345. %L%future value of investment
  346. %L%horizontal lookup of key in range with offset
  347. %L%if cond is true return e1 else return e2
  348. %L%value of slot in column c and row r
  349. %L%integer part of n
  350. %L%internal rate of return
  351. %L%natural log of n
  352. %L%base 10 log of n
  353. %L%lookup key in range 1; return corresponding value in range 2
  354. %L%current loop number in iterative process
  355. %L%maximum value of list
  356. %L%minimum value of list
  357. %L%x modulo y
  358. %L%month number of date
  359. %L%number of days in the month of date
  360. %L%net present value of future cash flow
  361. %L%3.1415926535898
  362. %L%payment on a loan
  363. %L%present value of series of payments
  364. %L%number of radians in n degrees
  365. %L%random number between 0 and 1
  366. %L%periodic interest for investment
  367. %L%read entry from linking file
  368. %L%round n to p places
  369. %L%number of row containing expression
  370. %L%sign of n
  371. %L%sine of n
  372. %L%straight line depreciation
  373. %L%square root of n
  374. %L%standard deviation of values in list
  375. %L%sum of values in list
  376. %L%sum of year's digits depreciation
  377. %L%tangent of n
  378. %L%number of payment periods of investment
  379. %L%variance of values in list
  380. %L%vertical lookup of key in range with offset
  381. %L%write expression to linking file
  382. %L%year part of date
  383. %CO:C,12,36%%CO:D,12,24%%CO:E,12,12%%CO:F,12,0%