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


ox_check_errors2

ox_check_errors2(p)
:: get a list of error objects on the statck of the server p.
return
List
p
Number
[219] P=sm1.start();
0
[220] sm1.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.