283. TEXT AND NUMERIC OBJECTS CAN'T BE COMBINED IN A SINGLE @POINTER OPERATION.

You have attempted to reference both text and numeric objects in a single @POINTER statement.  A given reference to the @POINTER function can only import/export items of one type, i.e., text or numeric.  You will need to split the statement up into two or more statements, such that each new statement only references either text or only references numeric objects.