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

  1. {HELP}
  2.  
  3. Description
  4.  
  5. {HELP} is equivalent to the Help key, F1. It displays a help topic.
  6.  
  7. {HideErrorMessage}
  8.  
  9. Syntax
  10.  
  11. {HideErrorMessage}
  12.  
  13. PerfectScript Syntax
  14.  
  15. HideErrorMessage ()
  16.  
  17. Description
  18.  
  19. Suppresses the ability for Quattro Pro to show an error message, if one is warranted.
  20.  
  21. {HISTOGRAM}
  22.  
  23. Syntax
  24.  
  25. {HISTOGRAM InBlock, OutBlock, <BinBlock>, <Pareto>, <Cum>}
  26.  
  27. PerfectScript Syntax
  28.  
  29. HISTOGRAM (InBlock:String; OutBlock:String; [BinBlock:String]; [Pareto?:Enumeration {Yes!; No!}]; [Cum?:Enumeration {Yes!; No!}])
  30.  
  31. Description
  32.  
  33. {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.
  34.  
  35. Parameters
  36.  
  37. InBlock    Input cells containing one or more columns or rows of numeric values; the cells must not contain labels
  38.  
  39. OutBlock    Upper-left cell of the output cells
  40.  
  41. 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
  42.  
  43. 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
  44.  
  45. Cum    Flag indicating whether to generate a column in OutBlock showing cumulative percentages: yes (1) or no (0); the default is 0
  46.  
  47. {HLINE}
  48.  
  49. Syntax
  50.  
  51. {HLINE Distance}
  52.  
  53. PerfectScript Syntax
  54.  
  55. HLine (Distance:Numeric)
  56.  
  57. Description
  58.  
  59. {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. Use the commands {RIGHT} or {LEFT} to move the selector horizontally.
  60.  
  61. Parameter
  62.  
  63. {HLINE 10}    scrolls the display 10 columns to the right.
  64.  
  65. {HLINE -5}    scrolls the display 5 columns to the left.
  66.  
  67. Parameters
  68.  
  69. Distance    Distance in columns to scroll the active notebook horizontally
  70.  
  71. {Home}
  72.  
  73. Description
  74.  
  75. {HOME} is equivalent to the Home key.
  76.  
  77. {HPAGE}
  78.  
  79. Syntax
  80.  
  81. {HPAGE Distance}
  82.  
  83. PerfectScript Syntax
  84.  
  85. HPage (Distance:Numeric)
  86.  
  87. Description
  88.  
  89. {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. Use {BIGRIGHT} or {BIGLEFT} to move the selector horizontally.
  90.  
  91. Parameters
  92.  
  93. Distance    Distance in screens to scroll the active notebook horizontally
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.