ox_rpc
, ox_cmo_rpc
, ox_execute_string
"func"
,arg0,...)
"func"
,arg0,...)
"command"
,...)
ox_rpc()
は, サーバが `ox_asir' の場合のみ用いることができる.
それ以外の場合は, ox_cmo_rpc()
を用いる.
ox_pop_local()
, ox_pop_cmo()
により取り出す.
ox_execute_string
は, 送った文字列 command をサーバが自らの
ユーザ言語パーザで解析し, 評価した結果をサーバのスタックに置くように
指示する.
[234] ox_cmo_rpc(0,"dp_ht",dp_ptod((x+y)^10,[x,y])); 0 [235] ox_pop_cmo(0); (1)*<<10,0>> [236] ox_execute_string(0,"12345 % 678;"); 0 [237] ox_pop_cmo(0); 141
ox_pop_cmo
, ox_pop_local
Go to the first, previous, next, last section, table of contents.