Unload this SDS™ application.
This function unloads an SDS program application. If that program is not currently loaded, this function ignores the request to unload it and returns RTERROR.
The argument appname is the name of the application to be unloaded.
This function returns RTNORM or an error code in system variable ERRNO.
Example
if ((sds_xunload("myapp")) != RTNORM)
sds_printf("\nThe file \"myapp\" was not unloaded.");
else
sds_printf("\n\"myapp\" was unloaded successfully.");
Tell me about...
Programming Overview of SDS™ (Solutions Development System™)