Previous Topic: Server IMOD CommandsNext Topic: Special Purpose IMODs


Returning Results

The server IMOD accumulates all results on a local stack. Then it transfers the entire stack contents (using the QUEUES() function) to the requester, specifying POST.

The first record is considered equivalent to RESULT and is the result that is returned if access is through the $SERVER() function. The remaining records, if any, are returned to the requester using the stack.