Applies To: |
|
Summary: |
Some of the CiCode functions documented in CiCode function help cannot be executed from the kernel CiCode window. For example, calling the DevFirst CiCode function from the kernel - CiCode window generates an "Unknown function" error message. |
Solution: |
CiCode functions are divided into a number
of types. Not all of which can be executed from the kernel - CiCode
window:
All compiled CiCode functions can be called in the kernel CiCode window. As an example, DevFirst is defined as a macro in the labels.dbf file: NAME
EXPR
COMMENT Macro's cannot be executed from the kernel - CiCode window. See 'kernel: CiCode command' in the help index for more information. The second 'note' section explains macro's. If execution of a CiCode function from the kernel - CiCode window fails and displays the "Unknown function" error, look for a macro definition of the CiCode function in labels.dbf and try executing the CiCode function referenced in the macro. For example DevSeek(hDev,0), in the case of DevFirst(). Notes: |
Keywords: |
Related Links
Attachments