Informix Error -4328
-4328 The variable variable-name has too complex a type to be used
as the destination of a return from a function.The named variable is a record or an array. Only simple variables can be returned by a function, although the function can return a list of simple variables. In the case of a record, you can use the asterisk or THRU notation as shorthand to specify a list of components.