Navigation:  Classes > bCodeblock >

bCodeblock:Init()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Creates an object of class bCodeblock.

Class

bCodeblock

Type

Method

Syntax

bCodeblock{

[<cExpression>],

[<oServer>]

} Æ oCodeblock

Arguments

<cExpression>The source code as String.
Data Type:String

 

<oServer>The server that is to be specified as an argument during the evaluation of the source code. The server can be accessed with the argument name 'Server' within the source code.
Data Type:Object

Return Value

oCodeblockThe created object of the class bCodeblock.
Data Type:bCodeblock

Description

bCodeblock:Init() creates a new object of the class bCodeblock and initializes it.

 

As default for the argument list the argument 'Server' is defined.

See Also

bCodeblock:ArgumentList

bCodeblock:ArgumentValues

bCodeblock:Compile()

bCodeblock:Eval()

bCodeblock:Expression

bCodeblock:Server

bCodeblock:Use()

 


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