Navigation:  Reference > Functions >

RemoveProgram()

Print this Topic Previous pageReturn to chapter overviewNext page

 

REMOVE_PRG(1)

 

PURPOSE

This function will remove a program from memory previously loaded with the LOAD_PRG() function.

 

PARTS

 

1 f/c/eRequired - The program number returned in the LOAD_PRG() function.

 

RETURN TYPE - L

If the program is found and the program removed the function will return .T., if not, it will return .F.

 

COMMENTS

All TLL programs are removed automatically when the instance of the runtime exits.  However, you may want to remove it early to keep the number of routines down, or for security purposes, or if you want to replace the current TLL with another that has different routines.  Any program can remove a TLL loaded by a different program.  Also, they don't have to be removed in any order.

 

SEE ALSO

CALL_PRG(), IS_PRG_LOADED()

 

 


Page url: http://www.cassoftware.com/tas/manual/removeprogram().htm