home *** CD-ROM | disk | FTP | other *** search
/ Corel Draw 6 / corel-draw-6-cd1.iso / programs / int.cnt (.txt) < prev    next >
Microsoft Windows Help File Content  |  1995-08-18  |  5KB  |  145 lines

  1. :Base SCEDIT.HLP>MAIN
  2. 2 Corel SCRIPT Intrinsic Statements
  3. 3 Using Operators
  4. 4 Using operators=Using_operators
  5. 4 Operator precedence in Corel SCRIPT=Operator_precedence_in_Corel_SCRIPT
  6. 4 Arithmetic Operators=Arithmetic_Operators
  7. 4 Bitwise Operators=Bitwise_Operators
  8. 4 Concatenation Operators=Concatenation_Operators
  9. 4 Logical Operators=Logical_Operators
  10. 4 Relational Operators=Relational_Operators
  11. 4 Unary Operators=Unary_Operators
  12. 4 Examples of Arithmetic Operators=Examples_of_Arithmetic_Operators>proc4
  13. 4 Examples of Bitwise Operators=Examples_of_Bitwise_Operators>proc4
  14. 4 Examples of Concatenation Operators=Examples_of_Concatenation_Operators>proc4
  15. 4 Examples of Logical Operators=Examples_of_Logical_Operators>proc4
  16. 4 Examples of Relational Operators=Examples_of_Relational_Operators>proc4
  17. 4 Examples of Unary Operators=Examples_of_Unary_Operators>proc4
  18. 3 Using variables
  19. 4 Using Variables=Using_Variables
  20. 4 Variable availability=Variable_availability
  21. 4 Explicitly declaring and assigning values to a variable=Explicitly_declaring
  22. 4 Implicitly declaring and assigning values to a variable=Implicitly_declaring
  23. 4 Corel SCRIPT data type summary=Corel_SCRIPT_data_type_summary
  24. 4 CONST statement=CONST
  25. 4 DECLARE statement=DECLARE
  26. 4 DECLARE...LIB statement=DECLARE_LIB
  27. 4 DIM statement=DIM
  28. 4 FUNCTION...END FUNCTION statements=FUNCTION_END_FUNCTION
  29. 4 LBOUND statement=LBOUND
  30. 4 LET statement=LET
  31. 4 STATIC statement=STATIC
  32. 4 SUB...END statements=SUB_end_sub
  33. 4 UBOUND statement=UBOUND
  34. 4 Example for DECLARE and FUCTION statements=example_declare_function
  35. 4 Example of DECLARE...LIB statement=example_declare_lib
  36. 4 Example for DECLARE, SUB, and CALL statements=example_declare_sub
  37. 4 Examples for DIM statement=example_DIM
  38. 4 Example for STATIC statement=Example_STATIC
  39. 3 Using strings and string functions
  40. 4 Using strings and string functions=using_strings
  41. 4 ASC function=ASC
  42. 4 BOOL function=bool
  43. 4 CHR function=CHR
  44. 4 FORMAT function=FORMAT
  45. 4 INSTR function=INSTR
  46. 4 LCASE function=LCASE
  47. 4 LEFT function=LEFT
  48. 4 LEN function=LEN
  49. 4 LTRIM function=LTRIM
  50. 4 MID function=MID
  51. 4 RIGHT function=RIGHT
  52. 4 RTRIM function=RTRIM
  53. 4 SPACE function=SPACE
  54. 4 STR function=STR
  55. 4 UCASE function=UCASE
  56. 4 VAL function=VAL
  57. 3 Using constants
  58. 4 Using constants=Using_constants
  59. 3 Using arrays
  60. 4 Using arrays=Using_arrays
  61. 4 Multi-dimensional arrays=multi_dimensional_arrays
  62. 4 Example for multi-dimensional arrays=example_multi_array>proc4
  63. 3 Using user-defined functions and subroutines
  64. 4 Using user-defined functions and subroutines=Using_functions_subroutines
  65. 3 Using flow controls statements
  66. 4 Using flow control statements=Using_flow_control_statements
  67. 4 CALL statement=CALL
  68. 4 DO...LOOP statement=DO_LOOP
  69. 4 END STATEMENT=END
  70. 4 EXIT statement=EXIT
  71. 4 FOR...NEXT statement=FOR_NEXT
  72. 4 GOSUB statement=GOSUB
  73. 4 GOTO statement=GOTO
  74. 4 IF...THEN...ELSE...ENDIF statements=IF_THEN_ELSE_ENDIF
  75. 4 REM statement=rem
  76. 4 SELECT CASE statement=SELECT_CASE
  77. 4 STOP statement=STOP
  78. 4 WAIT FOR statement=WAIT_FOR
  79. 4 WAIT UNTIL statement=WAIT_UNTIL
  80. 4 WHILE...WEND statements=WHILE_WEND
  81. 4 WITH Corel Application statement=WITH_Corel_Application
  82. 4 Example for SELECT CASE=Example_SELECT_CASE>proc4
  83. 4 Examples for DO...LOOP=Examples_DO_LOOP>proc4
  84. 4 Examples for FOR...LOOP=Examples_FOR_LOOP>proc4
  85. 4 Examples for IF...THEN...ELSE...ENDIF=Examples_IF>proc4
  86. 3 Using operating system and file commands
  87. 4 Using operating system and file commands=Using_operating_system
  88. 4 CHFOLDER statement=CHFOLDER
  89. 4 CLOSE statement=CLOSE
  90. 4 EOF function=EOF
  91. 4 FILEATTR function=FILEATTR
  92. 4 FILEPOS function=FILEPOS
  93. 4 FINDNEXTFOLDER=FINDNEXTFOLDER
  94. 4 FREEFILE function=FREEFILE
  95. 4 GETCURRFOLDER function=GetCurrfolder
  96. 4 INPUT statement=INPUT
  97. 4 KILL statement=KILL
  98. 4 LINE INPUT statement=LINE_INPUT
  99. 4 LOF function=LOF
  100. 4 MKFOLDER statement=MKFOLDER
  101. 4 OPEN...APPEND statement=OPEN_APPEND
  102. 4 OPEN...INPUT statement=OPEN_INPUT
  103. 4 OPEN...OUTPUT statement=OPEN_OUTPUT
  104. 4 PRINT statement=PRINT
  105. 4 RMFOLDER statement=RMDIR
  106. 4 SEEK statement=SEEK
  107. 4 SETCURRFOLDER statement=SETCURRFOLDER
  108. 4 SETFOLDERFIND=SETFOLDERFIND
  109. 4 WRITE statement=WRITE
  110. 3 Math functions
  111. 4 ABS Function=ABS
  112. 4 COS Function=COS
  113. 4 EXP Function=EXP
  114. 4 LOG Function=LOG
  115. 4 SIN Function=SIN
  116. 4 TAN Function=TAN
  117. 3 User interface Statements and Functions
  118. 4 Using user-interface statements and commands=User_Interface
  119. 4 BEEP statement=BEEP
  120. 4 GETFILEBOX statement=GETFILEBOX
  121. 4 INPUTBOX statement=INPUTBOX
  122. 4 MESSAGE statement=MESSAGE
  123. 4 MESSAGEBOX statement=MESSAGEBOX
  124. 4 GETHANDLE statement=GETHANDLE
  125. 3 Dialog Control Statements
  126. 4 BEGIN DIALOG...END DIALOG statements=BEGIN_END_DIALOG
  127. 4 CANCELBUTTON statement=CANCELBUTTON
  128. 4 CHECKBOX statement=CHECKBOX
  129. 4 COMBOBOX statement=COMBOBOX
  130. 4 DDCOMBOBOX statement=DDCOMBOBOX
  131. 4 DDLISTBOX statement=DDLISTBOX
  132. 4 DIALOG statement=DIALOG
  133. 4 GROUPBOX statement=GROUPBOX
  134. 4 HELPBUTTON statement=HELPBUTTON
  135. 4 IMAGE statement=IMAGE
  136. 4 IMAGELISTBOX statement=IMAGELISTBOX
  137. 4 LISTBOX statement=LISTBOX
  138. 4 OKBUTTON statement=OKBUTTON
  139. 4 OPTIONBUTTON statement=OPTIONBUTTON
  140. 4 OPTIONGROUP statement=OPTIONGROUP
  141. 4 PUSHBUTTON statement=PUSHBUTTON
  142. 4 SPINCONTROL statement=SPINCONTROL
  143. 4 TEXT statement=TEXT
  144. 4 TEXTBOX statement=TEXTBOX
  145.