Click or drag to resize

IBasicNoUISyntaxCheckThis Method

Checks for syntax errors.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
Error[] SyntaxCheckThis(
	string code,
	int errorLimit
)

Parameters

code  String
Check syntax of this code.
errorLimit  Int32
Maximum number of errors allowed (>= 1).

Return Value

Error
An array of Error objects.
Remarks
SyntaxCheckThis parses the code to check for possible errors. This will include any #uses code as well.
See Also