Function _retl() Foundation
Returns a logical value to Xbase++.
BOOL _retl(XppParamList pList, BOOL lValue);
Always returns TRUE.
_retl() is used to return a logical 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.
/*
Return of a logical value.
*/
#include <xpppar.h>
retl(<pList>, TRUE);
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.