[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

7.5.8 ox_pop_cmo, ox_pop_local

ox_pop_local(number)
:: Receives data from a process whose identifier is number.

return
received data
number
integer(process identifier)

 
[341] ox_cmo_rpc(0,"fctr",x^2-1);
0
[342] ox_pop_cmo(0);
[[1,1],[x-1,1],[x+1,1]]
[343] ox_cmo_rpc(0,"newvect",3);
0
[344] ox_pop_cmo(0);
error([41,cannot convert to CMO object])
[345] ox_pop_local(0);
[ 0 0 0 ]

References
7.5.5 ox_rpc, ox_cmo_rpc, ox_execute_string, 7.5.9 ox_push_cmd, ox_sync, 7.5.12 ox_select, 7.5.10 ox_get



This document was generated by root on March, 5 2004 using texi2html