Function 7

In the User Function window:

Return Type:

Single

Input Parameters:

long a;

OUTPTR b;

Output Parameters:

short w;

char x[30];

long y;

char z;

In the state table:

STRING func7_char, NUMBER func7_long, NUMBER func7_short,
STRING func7_string, NUMBER send3_long;
AssignData(send3_long, "ASSIGN", "2") ;
SendData("CUSTOM_SERVER", "TEST_PARMS", 30, "TEST_PARMS_func7",
        send3_long) ;
ReceiveData("CUSTOM_SERVER", "TEST_PARMS", 30, "TEST_PARMS_func7",
           func7_short, func7_string, func7_long, func7_char) ;

So, using the data in SendData (above), the parameters in ReceiveData have the following values: