home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 7 / CD7_CAD.ISO / programs / scedit.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  1996-04-17  |  25KB  |  561 lines

  1. :Base scedit.hlp>main
  2. :Title Corel SCRIPT Help
  3. :Index Corel SCRIPT=cad_scr.hlp
  4. :Index Corel SCRIPT=draw_scr.hlp
  5. :Index Corel SCRIPT=flow_scr.hlp
  6. :Index Corel SCRIPT=pp_scr.hlp
  7. 1 Corel SCRIPT
  8. 2 Introduction to scripts and Corel SCRIPT
  9. 3 Introduction to scripts and Corel SCRIPT =Introduction_Scripts_Corel_script
  10. 3 What is Corel SCRIPT?=What_is_Corel_SCRIPT
  11. 3 Corel SCRIPT programming language=Corel_SCRIPT_programming_language
  12. 3 Corel SCRIPT scripts=Corel_SCRIPT_scripts
  13. 3 Executing scripts=Executing_script_files
  14. 3 Corel SCRIPT utilities=Corel_SCRIPT_Utilities
  15. 3 Documentation syntax conventions=Documentation_syntax_conventions
  16. 3 Corel SCRIPT is not case sensitive=cs_case_sensitive
  17. 3 Script files =script_files
  18. 2 Corel SCRIPT fundamentals
  19. 3 When should I write a script?=When_should_write_script
  20. 3 Script planning and designing tips=Script_planning_designing
  21. 3 Script programming errors and debugging=Script_programming_errors
  22. 3 Formatting a script=Formatting_a_script
  23. 3 Parameters
  24. 4 Script parameters=Script_Parameters
  25. 3 Operators
  26. 4 Using operators=Using_operators
  27. 4 Operator precedence in Corel SCRIPT=Operator_precedence_in_Corel_SCRIPT
  28. 3 Constants
  29. 4 Using constants=Using_constants
  30. 3 Variables
  31. 4 Using variables=Using_Variables
  32. 4 Variable availability=Variable_availability
  33. 4 Explicitly declaring and assigning values to a variable=Explicitly_declaring
  34. 4 Implicitly declaring and assigning values to a variable=Implicitly_declaring
  35. 4 Corel SCRIPT data type summary=Corel_SCRIPT_data_type_summary
  36. 3 Arrays
  37. 4 Using arrays=Using_arrays
  38. 4 Multi-dimensional arrays=multi_dimensional_arrays
  39. 4 Example for multi-dimensional arrays=example_multi_array>proc4
  40. 3 Strings
  41. 4 Using strings and string functions=using_strings
  42. 3 Functions and subroutines
  43. 4 Using user-defined functions and subroutines=Using_functions_subroutines
  44. 4 Script procedures=Script_procedures
  45. 3 Flow control
  46. 4 Using flow control statements=Using_flow_control_statements
  47. 3 Scripts and the operating system
  48. 4 Using operating system and file commands=Using_operating_system
  49. 3 User Interface
  50. 4 Using user-interface statements and commands=User_Interface
  51. 3 Date and time
  52. 4 Using date and time=Using_date_and_time
  53. 4 Assigning values to date variables=Assigning_values_to_date_variables
  54. 2 Corel SCRIPT advanced programming features
  55. 3 Dynamic Linked Libraries
  56. 4 Using Dynamic Link Libraries=Using_Dynamic_Link_Libraries
  57. 3 OLE automation
  58. 4 Corel SCRIPT and OLE automation=ole_automation
  59. 4 Using Corel applications with OLE automation controllers  =using_ole
  60. 4 Using Corel SCRIPT application commands: an example=ole_automation_example
  61. 4 Corel SCRIPT Editor: OLE automation controller=Editor_ole
  62. 2 Corel SCRIPT statements and functions
  63. 3 Operators
  64. 4 Arithmetic Operators=Arithmetic_Operators
  65. 4 Bitwise Operators=Bitwise_Operators
  66. 4 Concatenation Operators=Concatenation_Operators
  67. 4 Logical Operators=Logical_Operators
  68. 4 Relational Operators=Relational_Operators
  69. 4 Unary Operators=Unary_Operators
  70. 3 Constants, variables, and array statements
  71. 4 CBOL function=cbool
  72. 4 CCUR function=ccurr
  73. 4 CDAT function=cdate
  74. 4 CDBL function=cdouble
  75. 4 CINT function=cint
  76. 4 CLNG function=clong
  77. 4 CONST statement=CONST
  78. 4 CSNG function=cfloat
  79. 4 CSTR function=cstring
  80. 4 DIM statement=DIM
  81. 4 GLOBAL statement=GLOBAL
  82. 4 LBOUND statement=LBOUND
  83. 4 LET statement=LET
  84. 4 STATIC statement=STATIC
  85. 4 UBOUND statement=UBOUND
  86. 3 Functions and subroutine statements
  87. 4 DECLARE statement=DECLARE
  88. 4 DECLARE...LIB statement=DECLARE_LIB
  89. 4 FUNCTION...END FUNCTION statements=FUNCTION_END_FUNCTION
  90. 4 SUB...END statements=SUB_end_sub
  91. 3 Flow control statements
  92. 4 CALL statement=CALL
  93. 4 DO...LOOP statement=DO_LOOP
  94. 4 END statement=END
  95. 4 EXIT statement=EXIT
  96. 4 FAIL statement=FAIL
  97. 4 FOR...NEXT statement=FOR_NEXT
  98. 4 GOTO statement=GOTO
  99. 4 IF...THEN...ELSE...ENDIF statements=IF_THEN_ELSE_ENDIF
  100. 4 ON ERROR statement=ONERROR
  101. 4 REM statement=rem
  102. 4 SELECT CASE...END SELECT statements=SELECT_CASE
  103. 4 STOP statement=STOP
  104. 4 WHILE...WEND statements=WHILE_WEND
  105. 4 WITHOBJECT...END WITHOBJECT statements=WITH_end_with
  106. 3 String functions
  107. 4 ASC function=ASC
  108. 4 CHR function=CHR
  109. 4 INSTR function=INSTR
  110. 4 LCASE function=LCASE
  111. 4 LEFT function=LEFT
  112. 4 LEN function=LEN
  113. 4 LTRIM function=LTRIM
  114. 4 MID function=MID
  115. 4 RIGHT function=RIGHT
  116. 4 RTRIM function=RTRIM
  117. 4 SPACE function=SPACE
  118. 4 STR function=STR
  119. 4 UCASE function=UCASE
  120. 4 VAL function=VAL
  121. 3 Math functions
  122. 4 ABS function=ABS
  123. 4 ACOS function=ACOS
  124. 4 ASIN function=ASIN
  125. 4 ATAN function=ATAN
  126. 4 COS function=COS
  127. 4 DEC function=DEC
  128. 4 EXP function=EXP
  129. 4 FIX function=FIX
  130. 4 HEX function=HEX
  131. 4 INT function=INT
  132. 4 LN function=LN
  133. 4 LOG function=LOG
  134. 4 RANDOMIZE function=RANDOMIZE
  135. 4 RND function=RND
  136. 4 SGN function=sgn
  137. 4 SIN function=SIN
  138. 4 SQR function=SQR
  139. 4 TAN function=TAN
  140. 3 Measurement conversion functions
  141. 4 ANGLECONVERT function=ANGLECONVERT>main
  142. 4 LENGTHCONVERT function=LENGTHCONVERT>main
  143. 4 FROMINCHES function=FROMINCHES>main
  144. 4 FROMDIDOTS function=FROMDIDOTS>main
  145. 4 FROMPICAS function=FROMPICAS>main
  146. 4 FROMCICEROS function=FROMCICEROS>main
  147. 4 FROMPOINTS function=FROMPOINTS>main
  148. 4 FROMCENTIMETERS function=FROMCENTIMETERS>main
  149. 4 TOINCHES function=TOINCHES>main
  150. 4 TODIDOTS function=TODIDOTS>main
  151. 4 TOPICAS function=TOPICAS>main
  152. 4 TOCICEROS function=TOCICEROS>main
  153. 4 TOPOINTS function=TOPOINTS>main
  154. 4 TOCENTIMETERS function=TOCENTIMETERS>main
  155. 3 Date and time commands
  156. 4 CURRDATE statement=Currdate>main
  157. 4 WAIT FOR statement=WAIT_FOR>main
  158. 4 WAIT UNTIL statement=WAIT_UNTIL
  159. 3 Operating system and file commands
  160. 4 CLOSE statement=CLOSE>main
  161. 4 COPY statement=COPY>main
  162. 4 CURRFOLDER statement=currfolder>main
  163. 4 EOF function=EOF>main
  164. 4 FILEATTR function=FILEATTR
  165. 4 FILEDATE function=FILEDATE
  166. 4 FILEMODE function=FILEMODE>main
  167. 4 FILEPOS function=FILEPOS>main
  168. 4 FILESIZE function=FILESIZE
  169. 4 FINDFIRSTFOLDER, FINDNEXTFOLDER function=FINDFIRSTFOLDER_FINDNEXTFOLDER>main
  170. 4 FREEFILE function=FREEFILE>main
  171. 4 GETAPPHANDLE function=GETAPPHANDLE
  172. 4 GETWINHANDLE function=GETWINHANDLE
  173. 4 INPUT function=input_dollar
  174. 4 INPUT # statement=INPUT
  175. 4 KILL statement=KILL>main
  176. 4 LINE INPUT statement=LINE_INPUT>main
  177. 4 LOF function=LOF>main
  178. 4 MKFOLDER statement=MKFOLDER>main
  179. 4 OPEN...APPEND statement=OPEN_APPEND>main
  180. 4 OPEN...INPUT statement=OPEN_INPUT>main
  181. 4 OPEN...OUTPUT statement=OPEN_OUTPUT>main
  182. 4 PRINT statement=PRINT>main
  183. 4 RENAME statement=RENAME>main
  184. 4 RMFOLDER statement=RMFOLDER>main
  185. 4 SEEK statement=SEEK>main
  186. 4 WRITE statement=WRITE>main
  187. 3 User interface statements and functions
  188. 4 BEEP statement=BEEP
  189. 4 GETFILEBOX statement=GETFILEBOX
  190. 4 INPUTBOX statement=INPUTBOX
  191. 4 MESSAGE statement=MESSAGE
  192. 4 MESSAGEBOX statement=MESSAGEBOX
  193. 3 Dialog control statements
  194. 4 BEGIN DIALOG...END DIALOG statements=BEGIN_END_DIALOG
  195. 4 CANCELBUTTON statement=CANCELBUTTON
  196. 4 CHECKBOX statement=CHECKBOX
  197. 4 COMBOBOX statement=COMBOBOX
  198. 4 DDCOMBOBOX statement=DDCOMBOBOX
  199. 4 DDLISTBOX statement=DDLISTBOX
  200. 4 DIALOG statement=DIALOG
  201. 4 GROUPBOX statement=GROUPBOX
  202. 4 HELPBUTTON statement=HELPBUTTON
  203. 4 IMAGE statement=IMAGE
  204. 4 IMAGELISTBOX statement=IMAGELISTBOX
  205. 4 LISTBOX statement=LISTBOX
  206. 4 OKBUTTON statement=OKBUTTON
  207. 4 OPTIONBUTTON statement=OPTIONBUTTON
  208. 4 OPTIONGROUP statement=OPTIONGROUP
  209. 4 PUSHBUTTON statement=PUSHBUTTON
  210. 4 SPINCONTROL statement=SPINCONTROL
  211. 4 TEXT statement=TEXT
  212. 4 TEXTBOX statement=TEXTBOX
  213. 3 Corel SCRIPT statements and functions in alphabetical order
  214. 4 ABS function=ABS
  215. 4 ACOS function=ACOS
  216. 4 ANGLECONVERT function=ANGLECONVERT>main
  217. 4 ASC function=ASC
  218. 4 ASIN function=ASIN
  219. 4 ATAN function=ATAN
  220. 4 BEEP statement=BEEP
  221. 4 BEGIN DIALOG...END DIALOG statements=BEGIN_END_DIALOG
  222. 4 CALL statement=CALL
  223. 4 CANCELBUTTON statement=CANCELBUTTON
  224. 4 CBOL function=cbool
  225. 4 CCUR function=ccurr
  226. 4 CDAT function=cdate
  227. 4 CDBL function=cdouble
  228. 4 CHECKBOX statement=CHECKBOX
  229. 4 CHR function=CHR
  230. 4 CINT function=cint
  231. 4 CLNG function=clong
  232. 4 CLOSE statement=CLOSE>main
  233. 4 COMBOBOX statement=COMBOBOX
  234. 4 CONST statement=CONST
  235. 4 COPY statement=COPY>main
  236. 4 COS function=COS
  237. 4 CSNG function=cfloat
  238. 4 CSTR function=cstring
  239. 4 CURRDATE statement=Currdate>main
  240. 4 CURRFOLDER statement=currfolder>main
  241. 4 DDCOMBOBOX statement=DDCOMBOBOX
  242. 4 DDLISTBOX statement=DDLISTBOX
  243. 4 DEC function=DEC
  244. 4 DECLARE statement=DECLARE
  245. 4 DECLARE...LIB statement=DECLARE_LIB
  246. 4 DIALOG statement=DIALOG
  247. 4 DIM statement=DIM
  248. 4 DO...LOOP statement=DO_LOOP
  249. 4 END statement=END
  250. 4 EOF function=EOF>main
  251. 4 EXIT statement=EXIT
  252. 4 EXP function=EXP
  253. 4 FAIL statement=FAIL
  254. 4 FILEATTR function=FILEATTR
  255. 4 FILEDATE function=FILEDATE
  256. 4 FILEMODE function=FILEMODE>main
  257. 4 FILEPOS function=FILEPOS>main
  258. 4 FILESIZE function=FILESIZE
  259. 4 FINDFIRSTFOLDER, FINDNEXTFOLDER function=FINDFIRSTFOLDER_FINDNEXTFOLDER>main
  260. 4 FIX function=FIX
  261. 4 FOR...NEXT statement=FOR_NEXT
  262. 4 FREEFILE function=FREEFILE>main
  263. 4 FROMCENTIMETERS function=FROMCENTIMETERS>main
  264. 4 FROMCICEROS function=FROMCICEROS>main
  265. 4 FROMDIDOTS function=FROMDIDOTS>main
  266. 4 FROMINCHES function=FROMINCHES>main
  267. 4 FROMPICAS function=FROMPICAS>main
  268. 4 FROMPOINTS function=FROMPOINTS>main
  269. 4 FUNCTION...END FUNCTION statements=FUNCTION_END_FUNCTION
  270. 4 GETAPPHANDLE function=GETAPPHANDLE
  271. 4 GETFILEBOX statement=GETFILEBOX
  272. 4 GETWINHANDLE function=GETWINHANDLE
  273. 4 GLOBAL statement=GLOBAL
  274. 4 GOTO statement=GOTO
  275. 4 GROUPBOX statement=GROUPBOX
  276. 4 HELPBUTTON statement=HELPBUTTON
  277. 4 HEX function=HEX
  278. 4 IF...THEN...ELSE...ENDIF statements=IF_THEN_ELSE_ENDIF
  279. 4 IMAGE statement=IMAGE
  280. 4 IMAGELISTBOX statement=IMAGELISTBOX
  281. 4 INPUT statement=input_dollar
  282. 4 INPUT # statement=INPUT
  283. 4 INPUTBOX statement=INPUTBOX
  284. 4 INSTR function=INSTR
  285. 4 INT function=INT
  286. 4 KILL statement=KILL>main
  287. 4 LBOUND statement=LBOUND
  288. 4 LCASE function=LCASE
  289. 4 LEFT function=LEFT
  290. 4 LEN function=LEN
  291. 4 LENGTHCONVERT function=LENGTHCONVERT>main
  292. 4 LET statement=LET
  293. 4 LINE INPUT statement=LINE_INPUT>main
  294. 4 LISTBOX statement=LISTBOX
  295. 4 LN function=LN
  296. 4 LOF function=LOF>main
  297. 4 LOG function=LOG
  298. 4 LTRIM function=LTRIM
  299. 4 MESSAGE statement=MESSAGE
  300. 4 MESSAGEBOX statement=MESSAGEBOX
  301. 4 MID function=MID
  302. 4 MKFOLDER statement=MKFOLDER>main
  303. 4 OKBUTTON statement=OKBUTTON
  304. 4 ON ERROR statement=ONERROR
  305. 4 OPEN...APPEND statement=OPEN_APPEND>main
  306. 4 OPEN...INPUT statement=OPEN_INPUT>main
  307. 4 OPEN...OUTPUT statement=OPEN_OUTPUT>main
  308. 4 OPTIONBUTTON statement=OPTIONBUTTON
  309. 4 OPTIONGROUP statement=OPTIONGROUP
  310. 4 PRINT statement=PRINT>main
  311. 4 PUSHBUTTON statement=PUSHBUTTON
  312. 4 RANDOMIZE function=RANDOMIZE
  313. 4 REM statement=rem
  314. 4 RENAME statement=RENAME>main
  315. 4 RIGHT function=RIGHT
  316. 4 RMFOLDER statement=RMFOLDER>main
  317. 4 RND function=RND
  318. 4 RTRIM function=RTRIM
  319. 4 SEEK statement=SEEK>main
  320. 4 SELECT CASE...END SELECT statements=SELECT_CASE
  321. 4 SGN function=sgn
  322. 4 SIN function=SIN
  323. 4 SPACE function=SPACE
  324. 4 SPINCONTROL statement=SPINCONTROL
  325. 4 SQR function=SQR
  326. 4 STATIC statement=STATIC
  327. 4 STOP statement=STOP
  328. 4 STR function=STR
  329. 4 SUB...END statements=SUB_end_sub
  330. 4 TAN function=TAN
  331. 4 TEXT statement=TEXT
  332. 4 TEXTBOX statement=TEXTBOX
  333. 4 TOCENTIMETERS function=TOCENTIMETERS>main
  334. 4 TOCICEROS function=TOCICEROS>main
  335. 4 TODIDOTS function=TODIDOTS>main
  336. 4 TOINCHES function=TOINCHES>main
  337. 4 TOPICAS function=TOPICAS>main
  338. 4 TOPOINTS function=TOPOINTS>main
  339. 4 UBOUND statement=UBOUND
  340. 4 UCASE function=UCASE
  341. 4 VAL function=VAL
  342. 4 WAIT FOR statement=WAIT_FOR>main
  343. 4 WAIT UNTIL statement=WAIT_UNTIL
  344. 4 WHILE...WEND statements=WHILE_WEND
  345. 4 WITHOBJECT...END WITHOBJECT statements=WITH_end_with
  346. 4 WRITE statement=WRITE>main
  347. 2 Corel SCRIPT application commands and functions
  348. :include cad_scr.cnt
  349. :include draw_scr.cnt
  350. :include flow_scr.cnt
  351. :include pp_scr.cnt
  352. 2 Corel SCRIPT Editor
  353. 3 Corel SCRIPT Editor=Corel_SCRIPT_Editor
  354. 3 Corel SCRIPT Editor basics=Corel_SCRIPT_Editor_Basics
  355. 3 Corel SCRIPT Editor windows=Corel_SCRIPT_Editor_windows
  356. 3 Corel SCRIPT Editor debugging features=Corel_SCRIPT_Editor_Debugging_Features
  357. 3 Corel SCRIPT Editor: OLE automation controller=Editor_ole
  358. 2 Corel SCRIPT Dialog Editor and dialog boxes
  359. 3 Corel SCRIPT and dialog boxes=Corel_SCRIPT_and_dialog_boxes
  360. 3 Corel SCRIPT dialog controls=Corel_SCRIPT_dialog_controls
  361. 3 Dialog controls summary=Dialog_controls_summary
  362. 3 Returning dialog settings and choices to a script=Returning_dialog_settings_and_choices
  363. 3 Corel SCRIPT Dialog Editor
  364. 4 Corel SCRIPT Dialog Editor=Corel_SCRIPT_Dialog_Editor
  365. 4 Working with the Dialog Editor=Working_with_dialog_controls
  366. 4 Inserting and deleting dialog controls=Inserting_and_deleting_dialog_controls
  367. 4 Editing dialogs and controls=Editing_dialogs_and_controls
  368. 4 Aligning and distributing dialog controls=Aligning_and_distributing_dialog_controls
  369. 4 Using dialog units to size and position dialogs and controls =Sizing_and_placing_dialogs_and_controls
  370. 4 Default control sizes and labels=Default_control_sizes_and_labels
  371. 4 Viewing a dialog box's Corel SCRIPT statements=Viewing_a_dialog_boxs_Corel_SCRIPT_statements
  372. 4 Changing focus in dialog boxes=Changing_focus_in_dialog_boxes
  373. 4 Testing dialogs=Testing_dialogs
  374. 4 Transferring and saving Corel SCRIPT dialog definitions=Transferring_and_saving_Corel_SCRIPT_statements
  375. 3 Corel SCRIPT Dialog Tips=Corel_SCRIPT_Dialog_Tips
  376. 3 Dialog box conventions=Dialog_box_conventions
  377. 3 Corel SCRIPT dialog script examples
  378. 4 Check box example=checkbox_example>proc4
  379. 4 Combo box example=combobox_example>proc4
  380. 4 Drop-down combo box example=dropdown_combobox_example>proc4
  381. 4 Drop-down list box example=dropdown_listbox_example>proc4
  382. 4 Example of all dialog controls=dialog_controls_all>proc4
  383. 4 Image list box example=Image_listbox_example>proc4
  384. 4 List box example=listbox_example>proc4
  385. 4 OK, Cancel, Help and Push button example=pushbutton_example>proc4
  386. 4 Option button, option group, and group box example=option_button_example>proc4
  387. 4 Spin control example=spin_control_example>proc4
  388. 4 Text and text box example=textbox_example>proc4
  389. 3 Corel SCRIPT Dialog Controls
  390. 4 Cancel button control=control_cancel>main
  391. 4 Check box control=control_checkbox>main
  392. 4 Combo box control=control_combo_box>main
  393. 4 Drop-down combo box control=control_dropdown_combobox>main
  394. 4 Drop-down list box control=control_dropdown_listbox>main
  395. 4 Group box control=control_group_box>main
  396. 4 Help button control=control_helpbutton>main
  397. 4 Image control=control_image>main
  398. 4 Image list box control=control_imagelistbox
  399. 4 List box control=control_listbox>main
  400. 4 OK button control=control_okbutton>main
  401. 4 Option button control=control_option_button>main
  402. 4 Option group control=control_option_group>main
  403. 4 Push button control=control_pushbutton>main
  404. 4 Spin control=control_spin_control>main
  405. 4 Text box control=control_text_box>main
  406. 4 Text control=control_text>main
  407. 2 How to...
  408. 3 Use Corel SCRIPT
  409. 4 To run a Corel SCRIPT script from a Corel application=app_play_script>proc4
  410. 4 To run a Corel SCRIPT script from the Corel SCRIPT Editor=ht_play_script_cse>proc4
  411. 4 To start the Corel SCRIPT Editor from a Corel application=ht_start_cse_app>proc4
  412. 4 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>Proc4
  413. 4 To create a new script with the Corel SCRIPT Editor=ht_new_file_cse>proc4
  414. 3 Use the Corel SCRIPT Editor
  415. 4 Start Corel SCRIPT Editor
  416. 5 To start the Corel SCRIPT Editor from a Corel application=ht_start_cse_app>proc4
  417. 5 To start the Corel SCRIPT Editor from Windows=ht_start_cse_win>proc4
  418. 5 To start Corel SCRIPT Editor by using the Run command=ht_start_run>proc4
  419. 5 To close the Corel SCRIPT Editor=ht_exit_cse>proc4
  420. 5 To create a new script with the Corel SCRIPT Editor=ht_new_file_cse>proc4
  421. 5 To open a Corel SCRIPT script=ht_open_file_cse>proc4
  422. 5 To close a Corel SCRIPT script=ht_close_file_cse>proc4
  423. 5 To run a Corel SCRIPT script from the Corel SCRIPT Editor=ht_play_script_cse>proc4
  424. 5 To save a Corel SCRIPT script=ht_save_file_cse>proc4
  425. 5 To print a Corel SCRIPT script=ht_print_file_cse>proc4
  426. 5.To show how a Corel SCRIPT script will look when printed=ht_print_preview_cse>proc4
  427. 4 Edit Corel SCRIPT scripts
  428. 5 To copy text to another location=ht_copy_cse>proc4
  429. 5 To cut text to move to another location=ht_cut_cse>proc4
  430. 5 To delete text=ht_delete_text_cse>proc4
  431. 5 To undo editing operations=ht_cse_undo>proc4
  432. 5 To restore changes reversed by the Undo command=ht_cse_redo>proc4
  433. 5 To find text=ht_find_text_cse>proc4
  434. 5 To find and replace text=ht_find_replace_cse>proc4
  435. 5 To go to a line in the Corel SCRIPT Editor=ht_goto_line_cse>proc4
  436. 5 To go to the next error in a script=ht_goto_next_cse>proc4
  437. 5 To go to the previous error in a script=ht_goto_prev_cse>proc4
  438. 5 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>proc4
  439. 5 To place REM statements at the beginning of script lines=ht_comment>proc4
  440. 5 To remove REM statements from the beginning of script lines=ht_uncomment>proc4
  441. 4 Debug Corel SCRIPT scripts
  442. 5 To check a Corel SCRIPT Script for syntax errors=ht_syntax_cse>proc4
  443. 5 To stop the execution of a script=ht_reset_cse>proc4
  444. 5 To interrupt an executing script=ht_interrupt_cse>proc4
  445. 5 To restart  a script while debugging=ht_restart_cse>proc4
  446. 5 To execute a script one line at a time (Step Into)=ht_step_cse>proc4
  447. 5 To execute a script one line at a time stepping over procedures (Step Over)=ht_trace_cse>proc4
  448. 5 To execute a script to the first line after the current procedure call (Step Out)=ht_stepout_cse>proc4
  449. 5 To add a variable to the Watch window=ht_add_watch_cse>proc4
  450. 5 To delete a variable from the Watch window=ht_delete_watch_cse>proc4
  451. 5 To display a variable's value using the QuickWatch=ht_display_variable_cse>proc4
  452. 5 To add or remove a breakpoint=ht_breakpoint_cse>proc4
  453. 5 To clear all breakpoints=ht_breakpoint_clear_cse>proc4
  454. 5 To run a script to the cursor=ht_cursor_cse>proc4
  455. 4 View Corel SCRIPT scripts
  456. 5 To view all script windows=ht_view_windows_cse>proc4
  457. 5 To cascade script windows in the Corel SCRIPT Editor=ht_view_cascade_cse>proc4
  458. 5 To arrange minimized script windows=htcse_arrange_icons>proc4
  459. 5 To keep the Corel SCRIPT Editor window visible=ht_view_ontop_cse>proc4
  460. 5 To view an open script window in the Corel SCRIPT Editor=ht_view_open_cse>proc4
  461. 4 Change Corel SCRIPT Editor settings
  462. 5 To change display colors in the Corel SCRIPT Editor=ht_change_colors_cse>proc4
  463. 5 To change display and print fonts in the Corel SCRIPT Editor=ht_change_fonts_cse>proc4
  464. 5 To change tab width in the Corel SCRIPT Editor=ht_change_tab_cse>proc4
  465. 5 To set autosave in the Corel SCRIPT Editor=ht_change_save_cse>proc4
  466. 5 To view or hide status bar=ht_statusbar>proc4
  467. 5 To move a toolbar=To_move_a_toolbar>proc4
  468. 5 To resize a toolbar=To_re_size_a_toolbar>proc4
  469. 5 To display and hide an existing toolbar=To_display_an_existing_toolbar>proc4
  470. 4 Transfer dialog box definitions
  471. 5 To move or copy a dialog box definition from the Dialog Editor to the Corel SCRIPT Editor=htde_move_de_cse>Proc4
  472. 5 To move or copy a dialog box definition from the Corel SCRIPT Editor to the Dialog Editor=htde_move_cse_de>Proc4
  473. 4 Open on-line Help from the Corel SCRIPT Editor
  474. 5 To start Help from Corel SCRIPT Editor=ht_cse_open_help>proc4
  475. 5 To open Corel SCRIPT on-line Help to a keyword's syntax reference=ht_help_control>proc4
  476. 3 Use the Corel SCRIPT Dialog Editor
  477. 4 Start Corel SCRIPT Dialog Editor
  478. 5 To start Corel SCRIPT Dialog Editor from the Windows desktop=htde_start_windows>Proc4
  479. 5 To start Corel SCRIPT Dialog Editor by using the Run command=htde_start_run>Proc4
  480. 5 To start the Corel SCRIPT Dialog Editor from the Corel SCRIPT Editor=htde_start_cse>Proc4
  481. 5 To create a new dialog box=htde_new>Proc4
  482. 5 To open a Corel SCRIPT script that contains a dialog box definition=htde_open>Proc4
  483. 5 To close a Corel SCRIPT Dialog Editor window=htde_close>Proc4
  484. 5 To save a Corel SCRIPT dialog box=htde_save>Proc4
  485. 5 To close the Corel SCRIPT Dialog Editor=htde_exit>Proc4
  486. 4 Transfer dialog box definitions
  487. 5 To move or copy a dialog box definition from the Dialog Editor to the Corel SCRIPT Editor=htde_move_de_cse>Proc4
  488. 5 To move or copy a dialog box definition from the Corel SCRIPT Editor to the Dialog Editor=htde_move_cse_de>Proc4
  489. 4 Edit and test a dialog box
  490. 5 To edit a dialog box's attributes=htde_dialog_attributes>Proc4
  491. 5 To resize a dialog box using the mouse=htde_dialog_mouse>Proc4
  492. 5 To move a dialog box using the mouse=htde_dialog_move_mouse>Proc4
  493. 5 To test a dialog box =htde_test_dialog>Proc4
  494. 4 Insert controls
  495. 5 To insert a control into a dialog box using the click method=htde_control_insert_click>Proc4
  496. 5 To insert a control into a dialog box using the click and drag method=htde_control_insert_drag>Proc4
  497. 4 Edit controls
  498. 5 To delete controls=htde_delete_control>Proc4
  499. 5 To cut controls to the clipboard=htde_controls_cut>Proc4
  500. 5 To copy controls to the clipboard=htde_control_copy>Proc4
  501. 5 To paste a copy of a control in a dialog box=htde_paste_controls>Proc4
  502. 5 To move a control in a dialog box using the mouse=htde_move_controls_mouse>Proc4
  503. 5 To move a control in a dialog box using the attributes box=htde_move_controls_box>Proc4
  504. 5 To move a control from one dialog box to another=htde_move_controls_another>Proc4
  505. 5 To resize a control in a dialog box using the mouse=htde_resize_control_mouse>Proc4
  506. 5 To resize a control in a dialog box using the attributes box=htde_controls_resize_box>Proc4
  507. 5 To edit a control's attributes using the attributes box=htde_edit_controls_attributes>Proc4
  508. 5 To duplicate a control=htde_control_duplicate>Proc4
  509. 4 Select dialogs and controls
  510. 5 To select a control=htde_select_control>Proc4
  511. 5 To select a dialog box=htde_select_dialog_box>Proc4
  512. 5 To select multiple controls=htde_select_multiple_controls>Proc4
  513. 5 To marquee select controls=htde_controls_select_marquee>Proc4
  514. 5 To add or remove controls to a group of selected controls=htde_controls_select_add_remove>Proc4
  515. 5 To deselect all controls=htde_controls_deselect>Proc4
  516. 5 To select all controls in a dialog=htde_select_controls_all>Proc4
  517. 4 Align, distribute and center controls
  518. 5 To align controls along their left edge=htde_align_left>Proc4
  519. 5 To align controls along their right edge=htde_align_right>Proc4
  520. 5 To align controls along their top edge=htde_align_top>Proc4
  521. 5 To align controls along their bottom edge=htde_align_bottom>Proc4
  522. 5 To even the spacing between controls horizontally within a dialog box=htde_controls_across>Proc4
  523. 5 To even the spacing between controls vertically within a dialog box=htde_controls_down>Proc4
  524. 5 To center controls vertically in a dialog box=htde_center_vert>Proc4
  525. 5 To center controls horizontally in a dialog box=htde_center_horz>Proc4
  526. 5 To make controls the same width=htde_controls_width>Proc4
  527. 5 To make controls the same height=htde_controls_height>Proc4
  528. 5 To make controls the same width and height=htde_controls_height_width>Proc4
  529. 5 To size a control to fit its label=htde_control_size_label>Proc4
  530. 4 Change Corel SCRIPT Dialog Editor settings
  531. 5 To turn on or turn off Snap to Grid=htde_snap_grid>Proc4
  532. 5 To view or hide the grid=htde_view_grid>Proc4
  533. 5 To set grid spacing=htde_grid_spacing>Proc4
  534. 5 To move a toolbar=To_move_a_toolbar>proc4
  535. 5 To resize a toolbar=To_re_size_a_toolbar>proc4
  536. 5 To display and hide an existing toolbar=To_display_an_existing_toolbar>proc4
  537. 4 Work with windows
  538. 5 To view all dialog editor windows=htde_view_windows>Proc4
  539. 5 To cascade dialog editor windows=htde_cascade_windows>Proc4
  540. 5 To arrange minimized dialog editor windows=htde_arrange_icons>Proc4
  541. 5 To view an open script window in the Corel SCRIPT Dialog Editor=htde_view_open>Proc4
  542. 5 To view or hide status bar=ht_statusbar_de>proc4
  543. 4 Tab, change focus and create shortcut keys
  544. 5 To add a shortcut key to a control that has a label=htde_control_shortcut>Proc4
  545. 5 To add a shortcut key to a control that doesn't have a label=htde_shortcut_no_label>Proc4
  546. 5 To change dialog tab order=htde_tab_order>Proc4
  547. 5 To resize the Script window=htde_script_window>Proc4
  548. 4 Get Help
  549. 5 To start Help from Corel SCRIPT Dialog Editor=htde_open_help>Proc4
  550. 5 To open on-line Help to a selected control's syntax reference=de_help_control>proc4
  551. 3 Assign scripts
  552. 4 To assign a Corel SCRIPT script to an accelerator (shortcut) key=To_assign_an_accelerator_key_to_a_command>proc4
  553. 4 To assign a Corel SCRIPT script to a menu=To_add_a_command_to_a_menu>proc4
  554. 4 To assign a Corel SCRIPT script to a toolbar button=To_add_a_button_to_a_toolbar>proc4
  555. 2 Corel SCRIPT reference
  556. 3 Corel SCRIPT character map=CS_Character_Map
  557. 3 Reserved Words=reserved_words
  558. 3 Mathematical functions=math_paste
  559. 3 Trappable error codes=Trappable_error_codes
  560. 3 Glossary=a
  561.