company logo

CTX_Base :: ExecuteFunction_old - - internal feature (not documented)

Return value:   - internal feature (not documented) ( int8  )

Implementation details

int8 CTX_Base  :: ExecuteFunction_old ( char *fname, logical chk_opt=NO )
  • fname - Function name

    The function name is passed as 0-terminated string with a maximum length of 40 characters.

    Notes:

    must be C string

  • chk_opt - Check option

    The option forces the function to check the property handle before running executing the function. You can pass NO to avoid unnecessary checking.

    Default: NO