Return this string to LISP.
This function returns a string to LISP.
The argument string is the string to be returned to LISP. It must be no longer than 503 characters; the 504th character is the end-of-string character.
This function returns RTNORM, or RTERROR if the string is a NULL pointer or if sds_retstr fails.
Example
sds_retstr("A string");
Tell me about...
Programming Overview of SDS™ (Solutions Development System™)