home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 A / CHIP_HITWARE_7A.iso / biuro / Texturizer / Texturizer.exe / VBScript.st_ / VBScript.st
Text File  |  2000-01-20  |  1KB  |  163 lines

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