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

  1. {XMLTag.AutoGenerate}
  2.  
  3. Syntax
  4.  
  5. {XMLTag.AutoGenerate Block; LabelsTop; LabelsLeft; LabelsBottom; LabelsRight; Intersection}
  6.  
  7. PerfectScript Syntax
  8.  
  9. XMLTag_AutoGenerate (Block: String; LabelsTop: Boolean; LabelsLeft: Boolean; LabelsBottom: Boolean; LabelsRight: Boolean)
  10.  
  11. Description
  12.  
  13. Equivalent to Insert  XML Tag... Generate...
  14.  
  15. Parameters
  16.  
  17. Block    The Block
  18.  
  19. LabelsTop    0
  20.  
  21. 1
  22.  
  23. LabelsLeft    0
  24.  
  25. 1
  26.  
  27. LabelsBottom    0
  28.  
  29. 1
  30.  
  31. LabelsRight    0
  32.  
  33. 1
  34.  
  35. Intersection    0
  36.  
  37. 1
  38.  
  39. {XMLTag.Create}
  40.  
  41. Syntax
  42.  
  43. {XMLTag.Create TagName; Block}
  44.  
  45. PerfectScript Syntax
  46.  
  47. XMLTag_Create (TagName: String; Block: String)
  48.  
  49. Description
  50.  
  51. Equivalent to Insert  XML Tag... Generate...
  52.  
  53. Parameters
  54.  
  55. TagName    
  56.  
  57. Block    
  58.  
  59. {XMLTag.Delete}
  60.  
  61. Syntax
  62.  
  63. {XMLTag.Delete TagName}
  64.  
  65. PerfectScript Syntax
  66.  
  67. XMLTag_Delete (TagName: String)
  68.  
  69. Description
  70.  
  71. Equivalent to Insert  XML Tag... Delete...
  72.  
  73. Parameter
  74.  
  75. TagName    
  76.  
  77. {XMLTag.Labels}
  78.  
  79. Syntax
  80.  
  81. {XMLTag.Labels Block; Where}
  82.  
  83. PerfectScript Syntax
  84.  
  85. XMLTag_Labels (Block: String; Where: Left|Right|Up|Down)
  86.  
  87. Description
  88.  
  89. Equivalent to Insert  XML Tag... Labels...
  90.  
  91. Parameters
  92.  
  93. Block    
  94.  
  95. Where    Left
  96.  
  97. Right
  98.  
  99. Up
  100.  
  101. Down
  102.  
  103. {XMLTag.MakeTable}
  104.  
  105. Syntax
  106.  
  107. {XMLTag.MakeTable Block}
  108.  
  109. PerfectScript Syntax
  110.  
  111. XMLTag_MakeTable (Block: String)
  112.  
  113. Description
  114.  
  115. Equivalent to Insert  XML Tag... Output...
  116.  
  117. Parameter
  118.  
  119. Block    
  120.  
  121. {XMLTag.Reset}
  122.  
  123. Syntax
  124.  
  125. {XMLTagReset}
  126.  
  127. PerfectScript Syntax
  128.  
  129. XMLTag_Reset ()
  130.  
  131. Description
  132.  
  133. Equivalent to Insert  XML Tag... Delete All...
  134.  
  135. {ZOOM}
  136.  
  137. Description
  138.  
  139. {ZOOM} maximizes and restores the active window.
  140.  
  141. This command is for compatibility with Quattro Pro for DOS; use {WindowMaximize} and {WindowRestore} when developing macros for Quattro Pro for Windows.
  142.  
  143. To change the zoom factor for a notebook or sheet, use {Notebook.Zoom_Factor} or {Page.Zoom_Factor}, respectively.
  144.  
  145. Note
  146.  
  147.   This command is obsolete
  148.   
  149. {ZTESTM}
  150.  
  151. Syntax
  152.  
  153.  {ZTESTM InBlock1, InBlock2, OutBlock, <Labels(0|1)>, <Alpha>, <Difference>, <Variance1>, <Variance2>}
  154.  
  155. Description
  156.  
  157.  {ZTESTM} performs a two-sample z-Test for means, assuming known variances for each sample. {ZTESTM} is equivalent to the z-Test analysis tool.
  158.  
  159. Parameters
  160.  
  161.  InBlock1    One or more numeric cell values representing the first input cells
  162.  
  163.  InBlock2    One or more numeric cell values representing the second input cells
  164.  
  165.  OutBlock    Upper-left cell of the output cells
  166.  
  167.  Labels    1 if labels are located in the first column or row of the input cells; 0 if the input cells do not contain labels; the default is 0
  168.  
  169.  Alpha    Significance level of the test; the default is 0.05
  170.  
  171.  Difference    A value indicating the hypothetical difference in the means between InBlock1 and InBlock2; the default is 0
  172.  
  173.  Variance1    A value indicating the variance of data set one; the default is 0
  174.  
  175.  Variance2    A value indicating the variance of data set two; the default is 0
  176.  
  177. Note
  178.  
  179.   This command is obsolete
  180.   
  181. Numeric Format Codes
  182.  
  183. Code    Description
  184.  
  185. 0-15    Fixed (0-15 decimals)
  186.  
  187. 16-31    Scientific (0-15 decimals)
  188.  
  189. 32-47    Currency (0-15 decimals)
  190.  
  191. 48-63    % (percent; 0-15 decimals)
  192.  
  193. 64-79    , (comma; 0-15 decimals)
  194.  
  195. 112    +/- (bar chart)
  196.  
  197. 113    General
  198.  
  199. 114    Date [1] (DD-MMM-YYYY)
  200.  
  201. 115    Date [2] (DD-MMM)
  202.  
  203. 116    Date [3] (MMM-YYYY)
  204.  
  205. 117    Text
  206.  
  207. 118    Hidden
  208.  
  209. 119    Time [1] (HH:MM:SS AM/PM)
  210.  
  211. 120    Time [2] (HH:MM AM/PM)
  212.  
  213. 121    Date [4] (Long International)
  214.  
  215. 122    Date [5] (Short International)
  216.  
  217. 123    Time [3] (Long International)
  218.  
  219. 124    Time [4] (Short International)
  220.  
  221. 127    Default (set with Normal style)
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228. MAC_A-Z, 5/1/1997        10
  229.  
  230. MAC_A-Z, 05/01/97, Page 10    10
  231.  
  232.  
  233.