Function Datatypes

The datatypes allowed for parameters and results are C, D, N, T and Y. Fields of type M, P, S and U may be used in functions which accept datatype C. Fields of types I,J,K and L may be used in C formula operands which accept datatype N.

QA Build Type Function Definition Type C Type
C, M, P, S, U C char *
D D datetype *
I, J, K, L, N N double *
T T timetype *
Y Y boolean *

Character parameters are like normal DP4 C character variables. They do not have a terminating 0.