IBasicNoUISyntaxCheck Method |
Checks for syntax errors.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
SyntaxFunction SyntaxCheck As Boolean
Return Value
Boolean
True if the
Code property doesn't have any syntax errors.
RemarksSyntaxCheck parses the code to check for possible errors.
This will include any #uses code as well.
See Also