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

  1. {IMFORMAT}
  2.  
  3. Syntax
  4.  
  5. IMFORMAT(Format As Integer)
  6.  
  7. PerfectScript Syntax
  8.  
  9. IMFORMAT (Format:Numeric)
  10.  
  11. Description
  12.  
  13. {IMFORMAT} specifies how complex numbers display in the active notebook, and returns a label showing the selected format.
  14.  
  15. Example
  16.  
  17. {IMFORMAT 1} returns "x+iy"
  18.  
  19. {IMFORMAT 2} returns "x+jy"
  20.  
  21. Parameters
  22.  
  23. Format    Flag indicating what suffix and format to use for imaginary coefficient of complex number; the default is 1; 1 = x + yi, 2 = x + yj, 3 = x + iy, 4 = x + jy
  24.  
  25. {ImportGraphic}
  26.  
  27. Syntax
  28.  
  29. ImportGraphic(FileName As String)
  30.  
  31. PerfectScript Syntax
  32.  
  33. ImportGraphic (Filename:String)
  34.  
  35. Description
  36.  
  37. {ImportGraphic} imports graphics files into a chart window.
  38.  
  39. You can use {ImportGraphic?} or {ImportGraphic!} to display the Insert Image dialog box. {ImportGraphic?} lets you manipulate the dialog box, whereas {ImportImage!} relies on the macro to manipulate it.
  40.  
  41. Parameters
  42.  
  43. Filename    Name of the bitmap or other graphics file to import
  44.  
  45. {ImportGraphic_Clipart}
  46.  
  47. Syntax
  48.  
  49. ImportGraphic_ClipArt()
  50.  
  51. PerfectScript Syntax
  52.  
  53. ImportGraphic Clipart()
  54.  
  55. Description
  56.  
  57. Equivalent to Insert  Graphics  Clipart
  58.  
  59. {INS}, {INSERT}, {INSOFF}, and {INSON}
  60.  
  61. Description
  62.  
  63. {INS} and {INSERT} toggle the Ins key on or off. {INSOFF} is equivalent to Ins off, and {INSON} to Ins on.
  64.  
  65. {INDICATE}
  66.  
  67. Syntax
  68.  
  69. Indicate([String As String])
  70.  
  71. PerfectScript Syntax
  72.  
  73. Indicate ([String:String])
  74.  
  75. Description
  76.  
  77. {INDICATE} sets the mode indicator in the lower-right corner of the screen to read whatever is given as String. If String is longer than seven characters, only the first seven are used. To restore the mode indicator to its normal setting, use {INDICATE} with no arguments. To hide the mode indicator, use {INDICATE ""}.
  78.  
  79. Example
  80.  
  81. {INDICATE "Save!"} changes the indicator to read Save!.
  82.  
  83. {INDICATE " Go! "} changes the indicator to read Go! with a space preceding and following it.
  84.  
  85. {INDICATE E14} changes the indicator to E14 because cell references are ignored.
  86.  
  87. {INDICATE} restores the normal mode indicator.
  88.  
  89. Parameters
  90.  
  91. String    Any seven-character string
  92.  
  93. {InsertBreak}
  94.  
  95. Syntax
  96.  
  97. InsertBreak()
  98.  
  99. PerfectScript Syntax
  100.  
  101. InsertBreak ()
  102.  
  103. Description
  104.  
  105. Inserts a new line and a hard page break into notebook print blocks at the current selector location.
  106.  
  107. {InsertObject}
  108.  
  109. Syntax 1: Embedding/Linking from a File
  110.  
  111. InsertObject(ObjectTypeOrFilename As String, [DisplayAsIcon_ As _InsertObject_DisplayAsIcon__enum], [Linked_ As _InsertObject_Linked__enum])
  112.  
  113. Syntax 2: Embedding a New Object
  114.  
  115. {InsertObject ObjectType, <DisplayAsIcon?(0|1)>}
  116.  
  117. PerfectScript Syntax
  118.  
  119. InsertObject (ObjectTypeOrFilename:String; [DisplayAsIcon?:Enumeration {Yes!; No!}]; [Linked?:Enumeration {Yes!; No!}])
  120.  
  121. Description
  122.  
  123. {InsertObject} inserts an OLE object into the active notebook without using the Clipboard.
  124.  
  125. You can use {InsertObject?} or {InsertObject!} to display the Insert Object dialog box. {InsertObject?} lets you manipulate the dialog box, whereas {InsertObject!} relies on the macro to manipulate it.
  126.  
  127. Example
  128.  
  129. This macro inserts a picture created in Paintbrush into the active notebook.
  130.  
  131.     {InsertObject "Paintbrush Picture"}
  132.  
  133. Parameters 1
  134.  
  135. Filename    File that you want to link/embed as an object
  136.  
  137. DisplayAsIcon    Whether to display the object as an icon; 0 to show the object as it looks in the server application; 1 to display the object as an icon
  138.  
  139. Linked?    Whether to link to the file; 0 to not link; 1 to link; the default is 0
  140.  
  141. Parameters 2
  142.  
  143. ObjectType    Type of object to insert (the name of an OLE server)
  144.  
  145. DisplayAsIcon    Whether to display the object as an icon; 0 to show the object as it looks in the server application; 1 to display the object as an icon
  146.  
  147. {InsertObject_DrawPicture}
  148.  
  149. Syntax
  150.  
  151. InsertObject_DrawPicture()
  152.  
  153. PerfectScript Syntax
  154.  
  155. InsertObject_DrawPicture ()
  156.  
  157. Description
  158.  
  159. Example
  160.  
  161. {InsertObject_TextArt}
  162.  
  163. Syntax
  164.  
  165.  InsertObject_TextArt()
  166.  
  167. PerfectScript Syntax
  168.  
  169. InsertObject_TextArt ()
  170.  
  171. Description
  172.  
  173. Example
  174.  
  175. {InsertPageBreak}
  176.  
  177. Syntax
  178.  
  179. {InsertPageBreak.Option}
  180.  
  181. PerfectScript Syntax
  182.  
  183. InsertPageBreak_Create(Row As Integer, Column As Integer)
  184.  
  185.  InsertPageBreak_Delete(Row As Integer, Column As Integer)
  186.  
  187. Description
  188.  
  189. {InsertPageBreak.Create} inserts a page break above Row# and to left of Column#.
  190.  
  191. {InsertPageBreak.Delete} deletes the current PageBreak above Row# and to left of Column#.
  192.  
  193. Options
  194.  
  195. {InsertPageBreak.Create Row#, Column#}    Creates a hard page break to start a new page
  196.  
  197. {InsertPageBreak.Delete Row#, Column#}    Deletes a hard page break
  198.  
  199. {INSPECT}
  200.  
  201. Syntax
  202.  
  203. Inspect()
  204.  
  205. Description
  206.  
  207. {INSPECT} is equivalent to the Inspect key, F12. It displays an Object Inspector for the current object.
  208.  
  209. {Invert}
  210.  
  211. Syntax
  212.  
  213. {Invert.Option}
  214.  
  215. PerfectScript Syntax
  216.  
  217. Invert_Destination(Block As String)
  218.  
  219. Invert_Go()
  220.  
  221. Invert_Source(Block As String)
  222.  
  223. Description
  224.  
  225. {Invert} inverts a square matrix (indicated by {Invert.Source Block}) and stores the invert matrix in other cells (indicated by {Invert.Destination Block}). Use {Invert.Go} after the other two matrix-inversion command equivalents to complete the operation.
  226.  
  227. You can use this command equivalent with {Multiply.Option} to solve sets of linear equations.
  228.  
  229. You can use {Invert?} or {Invert!} to display the Matrix Invert dialog box. {Invert?} lets you manipulate the dialog box, whereas {Invert!} relies on the macro to manipulate it.
  230.  
  231. Options
  232.  
  233. {Invert.Destination Block}    Specifies the upper-left cell of the area where you want to write the inverted matrix
  234.  
  235. {Invert.Go}    Inverts the selected matrix
  236.  
  237. {Invert.Source Block}    Specifies the matrix you want to invert
  238.  
  239. {IsAutoObj}
  240.  
  241. Syntax
  242.  
  243. IsAutoObj(Object As String)
  244.  
  245. PerfectScript Syntax
  246.  
  247. IsAutoObj (Object: String)
  248.  
  249. Description
  250.  
  251. Parameter
  252.  
  253. Object    
  254.  
  255.  
  256.  
  257.  
  258.  
  259.  
  260.