home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp231_en.exe / vb.stx < prev    next >
Text File  |  2007-03-10  |  2KB  |  170 lines

  1. #TITLE=VBScript
  2. ; VBScript syntax file written by ES-Computing.
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|\<>?:;.
  6. #QUOTATION1="
  7. #LINECOMMENT='
  8. #LINECOMMENT2=rem
  9. #CASE=n
  10. #AUTOCASE=y
  11. #NUMBER_PATTERN=cpp
  12.  
  13. #KEYWORD=Reserved words
  14. And
  15. ByRef
  16. ByVal
  17. Call
  18. Case
  19. Class
  20. Const
  21. Dim
  22. Do
  23. Each
  24. Else
  25. ElseIf
  26. Empty
  27. End
  28. Eqv
  29. Erase
  30. Error
  31. Exit
  32. Explicit
  33. False
  34. For
  35. Function
  36. Get
  37. If
  38. Imp
  39. In
  40. Is
  41. Let
  42. Loop
  43. Mod
  44. Next
  45. Not
  46. Nothing
  47. Null
  48. On
  49. Option
  50. Or
  51. Private
  52. Property
  53. Public
  54. Randomize
  55. ReDim
  56. Resume
  57. Select
  58. Set
  59. Step
  60. Sub
  61. Then
  62. To
  63. True
  64. Until
  65. Wend
  66. While
  67. Xor
  68.  
  69. #KEYWORD=Functions and objects
  70. Anchor
  71. Array
  72. Asc
  73. Atn
  74. CBool
  75. CByte
  76. CCur
  77. CDate
  78. CDbl
  79. Chr
  80. CInt
  81. CLng
  82. Cos
  83. CreateObject
  84. CSng
  85. CStr
  86. Date
  87. DateAdd
  88. DateDiff
  89. DatePart
  90. DateSerial
  91. DateValue
  92. Day
  93. Dictionary
  94. Document
  95. Element
  96. Err
  97. Exp
  98. FileSystemObject 
  99. Filter
  100. Fix
  101. Int
  102. Form
  103. FormatCurrency
  104. FormatDateTime
  105. FormatNumber
  106. FormatPercent
  107. GetObject
  108. Hex
  109. History
  110. Hour
  111. InputBox
  112. InStr
  113. InstrRev
  114. IsArray
  115. IsDate
  116. IsEmpty
  117. IsNull
  118. IsNumeric
  119. IsObject
  120. Join
  121. LBound
  122. LCase
  123. Left
  124. Len
  125. Link
  126. LoadPicture
  127. Location
  128. Log
  129. LTrim
  130. RTrim
  131. Trim
  132. Mid
  133. Minute
  134. Month
  135. MonthName
  136. MsgBox
  137. Navigator
  138. Now
  139. Oct
  140. Replace
  141. Right
  142. Rnd
  143. Round
  144. ScriptEngine
  145. ScriptEngineBuildVersion
  146. ScriptEngineMajorVersion
  147. ScriptEngineMinorVersion
  148. Second
  149. Sgn
  150. Sin
  151. Space
  152. Split
  153. Sqr
  154. StrComp
  155. String
  156. StrReverse
  157. Tan
  158. Time
  159. TextStream
  160. TimeSerial
  161. TimeValue
  162. TypeName
  163. UBound
  164. UCase
  165. VarType
  166. Weekday
  167. WeekDayName
  168. Window
  169. Year
  170. #