IMacroCompilerUsual.CompileCodeblock Method (String) | |
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
_Codeblock CompileCodeblock(
string macro
)
Parameters
- macro
- Type: String
String to compile
Return Value
Type:
_CodeblockA compiled codeblock
Remarks This overload of the CompileCodeBlock assumes that single quotes are allowed, and that no memvars are used.
See Also