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

  1. {EDIT}
  2.  
  3. Syntax
  4.  
  5. EDIT()
  6.  
  7. Description
  8.  
  9. {EDIT} is equivalent to the Edit key, F2. Its main use is in Edit mode, where it lets you edit the contents of the active cell. You can also use it to search for items in a long list.
  10.  
  11. {EditClear}
  12.  
  13. Syntax
  14.  
  15. EditClear
  16.  
  17. Description
  18.  
  19. {EditClear} erases the contents and properties of the current cells, deletes selected objects from dialog and chart windows, and deletes selected floating objects. To erase cells while leaving their properties intact, use {ClearContents}.
  20.  
  21. {EditCopy}
  22.  
  23. Syntax
  24.  
  25. EditCopy()
  26.  
  27. Description
  28.  
  29. {EditCopy} copies the selected object to the Clipboard.
  30.  
  31. {EditCut}
  32.  
  33. Syntax
  34.  
  35. EditCut}
  36.  
  37. Description
  38.  
  39. {EditCut} removes the selected object from the spreadsheet and moves it to the Clipboard.
  40.  
  41. {EditGoto}
  42.  
  43. Syntax
  44.  
  45. EditGoto(Block As String, [Extend_ As _EditGoto_Extend__enum])
  46.  
  47. PerfectScript Syntax
  48.  
  49. EditGoto (Block:String; [Extend?:Enumeration {Yes!; No!}])
  50.  
  51. Description
  52.  
  53. {EditGoto} selects and displays Block within spreadsheet sheets, but not the Objects sheet.
  54.  
  55. You can use {EditGoto?} or {EditGoto!} to display the Go To dialog box. {EditGoto?} lets the user manipulate the dialog box, whereas {EditGoto!} relies on the macro to manipulate it.
  56.  
  57. Parameters
  58.  
  59. Block    Cells to display and select
  60.  
  61. Extend?    Whether to extend the selection from the current selection to the specified cells; 0 = no, 1 = yes; the default is 0
  62.  
  63. {EditPaste}
  64.  
  65. Syntax
  66.  
  67. EditPaste()
  68.  
  69. Description
  70.  
  71. {EditPaste} copies data and its properties from the Clipboard into the notebook.
  72.  
  73. To paste only values or properties, use {PasteSpecial}. {PasteLink} creates a live DDE link, and {PasteFormat} adds many types of data from other applications (including embedded OLE objects).
  74.  
  75. {Eval}
  76.  
  77. Syntax
  78.  
  79.  Eval(Formula As String)
  80.  
  81. PerfectScript Syntax
  82.  
  83. Eval (Formula: String)
  84.  
  85. Description
  86.  
  87. Evaluates a string as an expression, and returns the result as a string value.
  88.  
  89. Example
  90.  
  91. "5 + 5"
  92.  
  93. Result: "10"
  94.  
  95. Parameter
  96.  
  97. Formula    The string to evaluate
  98.  
  99. {EXECAUTO}
  100.  
  101. Syntax
  102.  
  103. ExecAuto(AutoExpr1 As String, [AutoExpr])
  104.  
  105. PerfectScript Syntax
  106.  
  107. ExecAuto (AutoExpr1:String; {[AutoExpr:String]})
  108.  
  109. Description
  110.  
  111. {EXECAUTO} executes one or more methods in another application, but drops any return values.
  112.  
  113. Example
  114.  
  115. {EXECAUTO calc.Display()} asks DispCalc to display its current input value.
  116.  
  117. {EXECAUTO calc.Button(A1), calc.Display()} passes the value in A1 as an input to DispCalc and asks DispCalc to display it.
  118.  
  119. For more details on using {EXECAUTO} and other OLE automation macro commands, see Using OLE Automation Features.
  120.  
  121. Parameters
  122.  
  123. AutoExpr1,2...    One or more automation expressions
  124.  
  125. {ExecMacro}
  126.  
  127. Syntax
  128.  
  129.  ExecMacro(FileName As String, Macro As String)
  130.  
  131. PerfectScript Syntax
  132.  
  133. ExecMacro ([Filename: String;] Macro: String)
  134.  
  135. Description
  136.  
  137. Starts Quattro Pro, opens the file, runs the macro, and exits Quattro Pro.
  138.  
  139. Parameters
  140.  
  141. Filename [optional]    The name of the file that contains the macro you want to run.
  142.  
  143. Macro    The name of the macro you want to run.
  144.  
  145. {EXPON}
  146.  
  147. Syntax
  148.  
  149. EXPON(InBlock As String, OutBlock As String, [Damping As Double], [StdErrs_ As _EXPON_StdErrs__enum])
  150.  
  151. PerfectScript Syntax
  152.  
  153. EXPON (InBlock:String; OutBlock:String; [Damping:Numeric]; [StdErrs?:Enumeration {Yes!; No!}])
  154.  
  155. Description
  156.  
  157. {EXPON} performs exponential smoothing on a series of values. {EXPON} is equivalent to the Exponential Smoothing analysis tool.
  158.  
  159. Parameters
  160.  
  161. InBlock    Input cells containing a single column or row with at least four numeric values; the cells must not contain labels
  162.  
  163. OutBlock    Upper-left cell of the output cells
  164.  
  165. Damping    Damping factor used as the exponential smoothing constant; indicates the percentage for error to adjust each prior forecast value; must be │ 0; the default is 0.3
  166.  
  167. StdErrs    Flag indicating whether standard errors are included in the output table: yes (1) or no (0); the default is 0
  168.  
  169. {ExportGraphic}
  170.  
  171. Syntax
  172.  
  173. ExportGraphic(FileName As String, [GrayScale_ As _ExportGraphic_GrayScale__enum], [Compression_ As _ExportGraphic_Compression__enum])
  174.  
  175. PerfectScript Syntax
  176.  
  177. ExportGraphic (Filename:String; [GrayScale?:Enumeration {Yes!; No!}]; [Compression?:Enumeration {Yes!; No!}])
  178.  
  179. Description
  180.  
  181. {ExportGraphic} saves selected graphic objects to one of several file types with optional gray-scaling and compression.
  182.  
  183. You can use {ExportGraphic?} or {ExportGraphic!} to display the Export Graphics File dialog box. {ExportGraphic?} lets the user manipulate the dialog box, whereas {ExportGraphic!} relies on the macro to manipulate it.
  184.  
  185. Parameters
  186.  
  187. Filename    Name of the graphic file to export
  188.  
  189. GrayScale?    Whether to gray-scale: no (0), yes (1); the default is 0
  190.  
  191. Compression?    Type of .TIF file compression to use: none (0) or PackBits (1); the default is 0
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.