Function 8

In the User Function window:

Return Type:

Multiple

Input Parameters:

long a;

Output Parameters:

short z;

In the state table:

NUMBER func8_short, NUMBER send3_long;
AssignData(send3_long, "ASSIGN", "4") ;
SendData("CUSTOM_SERVER", "TEST_PARMS", 30, "TEST_PARMS_func8",
        send3_long) ;
ReceiveData("CUSTOM_SERVER", "TEST_PARMS", 30, "TEST_PARMS_func8",
           func8_short) ;

So, using the data in SendData (above):