Navigation:  Classes > bCodeblock >

bCodeblock:CreateCodeblock()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Create a codeblock for an expression.

Class

bCodeblock

Type

Method

Syntax

<oCodeblock>:CreateCodeblock(

<cExpression>

) Æ oCodeblock

Arguments

<cExpression>The expression for which the codeblock should be created.
Data type:String

Return Value

oCodeblockThe created codeblock.
Data type:_Codeblock

Description

bCodeblock:CreateCodeblock() creates a codeblock for the passed expression and the defined argument list.

 

Important Notes!
The method is called internally from the method bCodeblock:Compile() to create a codeblock for the defined source code and argument list.

See Also

bCodeblock:ArgumentList

bCodeblock:ArgumentValues

bCodeblock:Block

bCodeblock:Compile()

bCodeblock:Expression

bCodeblock:IsValid()

bCodeblock:Server

 


Page url: http://www.YOURSERVER.com/index.html?bcodeblock_createcodeblock.htm