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