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


ox_check_errors2

ox_check_errors2(p)
:: 識別番号 p のサーバのスタック上にあるエラーオブジェクトをリストで戻す.
return
リスト
p
[219] P=sm1_start();
0
[220] sm1(P," 0 get ");
0
[221] ox_check_errors2(P);
[error([7,4294967295,executeString: Usage:get])]
Error on the server of the process number = 1
To clean the stack of the ox server,
type in ox_pops(P,N) (P: process number, N: the number of data you need to pop)
out of the debug mode.
If you like to automatically clean data on the server stack,
set XM_debug=0;


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