History
IsKeyword
Home
•
Help
•
Customization Tools
•
FCAS
•
Language Reference
•
IsKeyword
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"