Function _stornd() Foundation
Assigns a floating point numeric value to a parameter.
BOOL _stornd(double nFloatVal,
XppParamList pList, ULONG ulIndex, ...);
Always returns TRUE.
_stornd() is used to assign a 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 double value to a parameter.
*/
#include <xpppar.h>
stornd(19.940725, <pList>, 3, 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.