home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / office / a115_1 / Documents / Functions / DataBase < prev    next >
Text File  |  1991-10-09  |  2KB  |  136 lines

  1. %OP%LP*
  2. %OP%TM4
  3. %OP%BM4
  4. %OP%LM5
  5. %OP%FX
  6. %OP%FY
  7. %OP%FS
  8. %OP%WC2,1750,360,1252,0,1,0,0
  9. %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299 
  10. %CO:A,10,88%%C%%H1%Database Functions Examples
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. %C%Function
  21. Davg
  22. Dcount
  23. Dcounta
  24. Dmax
  25. Dmin
  26. Dstd
  27. Dstdp
  28. Dsum
  29. Dvar
  30. Dvarp
  31. %CO:B,9,16%
  32.  
  33.  
  34. %V%%C%8
  35. %V%%C%7
  36. %V%%C%2
  37. %V%%C%11
  38. %V%%C%6
  39.  
  40.  
  41. %C%Input 1
  42. %C%b4e8
  43. %C%b4e8
  44. %C%b4e8
  45. %C%b4e8
  46. %C%b4e8
  47. %C%b4e8
  48. %C%b4e8
  49. %C%b4e8
  50. %C%b4e8
  51. %C%b4e8
  52. %CO:C,9,0%
  53.  
  54.  
  55. %V%%C%5
  56. %V%%C%12
  57. %V%%C%7
  58. %V%%C%9
  59. %V%%C%17
  60.  
  61.  
  62. %C%Input 2
  63. %C%b4e8<11
  64. %C%b4e8<11
  65. %C%b4e8<11
  66. %C%b4e8<16
  67. %C%b4e8>5
  68. %C%b4e8<5
  69. %C%b4e8<5
  70. %C%b4e8<7
  71. %C%b4e8>13
  72. %C%b4e8>13
  73. %CO:D,9,0%
  74.  
  75.  
  76. %V%%C%10
  77. %V%%C%14
  78. %V%%C%7
  79. %V%%C%5
  80. %V%%C%17
  81.  
  82.  
  83. %C%Input 3
  84. %C%-
  85. %C%-
  86. %C%-
  87. %C%-
  88. %C%-
  89. %C%-
  90. %C%-
  91. %C%-
  92. %C%-
  93. %C% -
  94. %CO:E,8,90%
  95.  
  96.  
  97. %V%%C%13
  98. %V%%C%19
  99. %V%%C%1
  100. %V%%C%7
  101. %V%%C%1
  102.  
  103.  
  104. %C%Result
  105. %V%%R%davg(b4e8,b4e8<11)
  106. %V%%R%dcount(b4e8,b4e8<11)
  107. %V%%R%dcounta(b4e8,b4e8<11)
  108. %V%%R%dmax(b4e8,b4e8<16)
  109. %V%%R%dmin(b4e8,b4e8>5)
  110. %V%%R%dstd(b4e8,b4e8<5)
  111. %V%%R%dstdp(b4e8,b4e8<5)
  112. %V%%R%dsum(b4e8,b4e8<7)
  113. %V%%R%dvar(b4e8,b4e8>13)
  114. %V%%R%dvarp(b4e8,b4e8>13)
  115. %CO:F,4,0%%CO:G,65,68%
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. %L%Summary
  126. Returns the average of a list of numbers.
  127. Counts the number of entries in a list satisfying the condition. (Numeric Slots only).
  128. Counts the number of entries in a list satisfying the condition. (All Slots).
  129. Returns the maximum value in a list satisfying a condition.
  130. Returns the minimum value in a list satisfying the condition.
  131. Returns the population standard deviation of a list satisfying the condition.
  132. Returns the modified population standard deviation of a list satisfying the condition.
  133. Sums the values in a list satisfying the condition.
  134. Returns the population variance of a list satisfying the condition.
  135. Returns the modified population variance of a list satisfying the condition.
  136.