www.krengeltech.com

RXS_rmvLibLE

From Wiki

User Guide

Contents

Description

Used to remove a library entry from the library list.

Prototype

     D RXS_rmvLibLE    pr
     D  pLib                         10a   value options(*nopass)

Parameters

pLib
Specify the library you would like to remove from the library list.

Return value

None.

Notes / Examples

This is usually used at the end of a program in conjunction with RXS_addLibLE to remove a library that was added at the beginning of the program.