Click or drag to resize

IMacroCompilerUsual.CompileCodeblock Method (String, Logic, Module)

X#
Compile a string into a runtime codeblock.

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
METHOD CompileCodeblock(
	macro AS STRING,
	lAllowSingleQuotes AS LOGIC,
	module AS Module
) AS _Codeblock

Parameters

macro
Type: String
String to compile
lAllowSingleQuotes
Type: Logic
Should single quotes be allowed
module
Type: Module
Module of the main app

Return Value

Type: _Codeblock
A compiled codeblock
See Also