Function _stor() Foundation
Assigns the value NIL to a parameter.
BOOL _stor(XppParamList pList, ULONG ulIndex, ...);
Always returns TRUE.
_stor() is used to set the value of a parameter to NIL. The new value is only returned to Xbase++ when the parameter was passed by reference. But further checks of the parameter from within the C function by the _par functions show the new value regardless of how it was passed.
/*
Sets a parameter to NIL.
*/
#include <xpppar.h>
_stor(<pList>, 1, 0);
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.