Go to the first, previous, next, last section, table of contents.


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
section ox_rpc, ox_cmo_rpc, ox_execute_string, section ox_push_cmd, ox_sync, section ox_select, section ox_get


Go to the first, previous, next, last section, table of contents.