home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _0218C278B9B243469C550A69F5C0F530 < prev    next >
Text File  |  2003-03-07  |  3KB  |  102 lines

  1. {HELP}
  2.  
  3. Syntax
  4.  
  5. Help()
  6.  
  7. Description
  8.  
  9. {HELP} is equivalent to the Help key, F1. It displays a help topic.
  10.  
  11. {HideErrorMessage}
  12.  
  13. Syntax
  14.  
  15. HideErrorMessage()
  16.  
  17. PerfectScript Syntax
  18.  
  19. HideErrorMessage ()
  20.  
  21. Description
  22.  
  23. Suppresses the ability for Quattro Pro to show an error message, if one is warranted.
  24.  
  25. Note
  26.  
  27. ¿ This command is obsolete.
  28. ¿ 
  29. {HISTOGRAM}
  30.  
  31. Syntax
  32.  
  33.  HISTOGRAM(InBlock As String, OutBlock As String, [BinBlock As String], [Pareto_ As _HISTOGRAM_Pareto__enum], [Cum_ As _HISTOGRAM_Cum__enum])
  34.  
  35. PerfectScript Syntax
  36.  
  37. HISTOGRAM (InBlock:String; OutBlock:String; [BinBlock:String]; [Pareto?:Enumeration {Yes!; No!}]; [Cum?:Enumeration {Yes!; No!}])
  38.  
  39. Description
  40.  
  41. {HISTOGRAM} calculates the probability and cumulative distributions for a sample population, based on a series of bins. {HISTOGRAM} is equivalent to the Histogram analysis tool.
  42.  
  43. Parameters
  44.  
  45. InBlock    Input cells containing one or more columns or rows of numeric values; the cells must not contain labels
  46.  
  47. OutBlock    Upper-left cell of the output cells
  48.  
  49. BinBlock    Set of numbers defining the bin ranges; BinBlock numbers must be in ascending order; if BinBlock is omitted, bins are distributed evenly from the minimum to the maximum values in InBlock, with the number of bins equal to the square root of the number of values in InBlock
  50.  
  51. Pareto    1 to arrange the output table in both descending frequency order and ascending BinBlock order; 0 to arrange the output table in ascending BinBlock order; the default is 0
  52.  
  53. Cum    Flag indicating whether to generate a column in OutBlock showing cumulative percentages: yes (1) or no (0); the default is 0
  54.  
  55. {HLINE}
  56.  
  57. Syntax
  58.  
  59. HLine(Distance As Integer)
  60.  
  61. PerfectScript Syntax
  62.  
  63. HLine (Distance:Numeric)
  64.  
  65. Description
  66.  
  67. {HLINE} scrolls the active notebook horizontally by Distance columns. If the number is positive, it scrolls right; if negative, it scrolls left. {HLINE} does not move the selector; only the view of the notebook is altered, just as if the scroll bars were used.
  68.  
  69. Example
  70.  
  71. {HLINE 10}    scrolls the display 10 columns to the right.
  72.  
  73. {HLINE -5}    scrolls the display 5 columns to the left.
  74.  
  75. Parameters
  76.  
  77. Distance    Distance in columns to scroll the active notebook horizontally
  78.  
  79. {HPAGE}
  80.  
  81. Syntax
  82.  
  83.  HPage(Distance As Integer)
  84.  
  85. PerfectScript Syntax
  86.  
  87. HPage (Distance:Numeric)
  88.  
  89. Description
  90.  
  91. {HPAGE} scrolls the active notebook horizontally by Distance screens. If the number is positive, it scrolls right; if negative, it scrolls left. {HPAGE} does not move the selector; only the view of the notebook is altered.
  92.  
  93. Parameters
  94.  
  95. Distance    Distance in screens to scroll the active notebook horizontally
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.