Function _stornl() Foundation
Assigns an integer numeric value to a parameter.
BOOL _stornl(LONG nIntVal,
XppParamList pList, ULONG ulIndex, ...);
Always returns TRUE.
_stornl() is used to assign an integer numeric value to a parameter. This function is normally used along with parameters passed by reference to return multiple values to the calling function. However, the changed parameters can also be accessed again within the C function.
/*
Assigns a numeric value to parameter 1
*/
#include <xpppar.h>
stornl(42, <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.