IMacroCompilerUsual.CompileCodeblock Method (String, Logic, Module) | |
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
_Codeblock CompileCodeblock(
string macro,
bool lAllowSingleQuotes,
Module module
)
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:
_CodeblockA compiled codeblock
See Also