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


ox_pop_cmo, ox_pop_local

ox_pop_local(number)
:: プロセス識別子 number からデータを受信する.
return
受信データ
number
数 (プロセス識別子)
[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 ]
参照
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.