Click or drag to resize

IMacroCompilerUsual.CompileCodeblock Method (String)

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
) AS _Codeblock

Parameters

macro
Type: String
String to compile

Return Value

Type: _Codeblock
A compiled codeblock
Remarks
This overload of the CompileCodeBlock assumes that single quotes are allowed, and that no memvars are used.
See Also