Function _retnd() Foundation
Returns a floating point numeric value to Xbase++.
BOOL _retnd(XppParamList pList, double nFloatVal);
Always returns TRUE.
_retnd() is used to return a DOUBLE as a numeric value. Calling this function does not exit the actual function, but merely sets the return value. After the call an access to other C-API functions except for _conRelease()is not allowed anymore and the function should return immediately.
/*
Returns a double value
*/
#include <xpppar.h>
retnd(<pList>, 19.940725);
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.