#ENDBYPASS

The #ENDBYPASS compiler command identifies the end of a #BYPASS code block. This command is used in conjunction with the #BYPASS command.

Syntax

#ENDBYPASS

Parameters

None

When Became Available

Profile v6.3

Example

type RecordDEP dep=Db.getRecord("DEP",":CID")

set BAL=dep.bal

 

#BYPASS

set z=vobj(dep,51) //Will insert this into the M code

 

#ENDBYPASS