History |
IsKeyword (general internal functions)
Minimum version: 4.0
Purpose
Determines whether a supplied string is a language keyword.
Syntax
IsKeyword (String)
Examples
If (IsKeyword ("dim")) Then Debug "Yup, that's a keyword"
If (IsKeyword ("monster")) Then Debug "Nope, that's not a keyword"
| ||