Navigation:  Classes > bCodeblock >

bCodeblock:IsCompiled()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Check whether the source code was compiled.

Class

bCodeblock

Type

Method

Syntax

<oCodeblock>:IsCompiled() Æ lSuccess

Return Value

lSuccessA logical value that indicates whether the source code was compiled.
TRUEThe source code was compiled.
FALSEThe source code could not be compiled.
Data Type:Logic

Description

bCodeblock:IsCompiled() checks whether the Sourcecode was compiled with the method bCodeblock:Compile().

 

Important notes!
The method does not check whether compiling was successful. For this the method bCodeblock:IsValid() must be used.

See Also

bCodeblock:Compile()

bCodeblock:Expression

bCodeblock:IsValid()

 


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