arxunload


(arxunload  filename [ failure-expression ] )

This function unloads a previously loaded BRX or TX or NET module filename from BricsCAD.

Arguments

filename  the BRX or TX or NET module to be unloaded

failure-expression  (optional) value or expression to be evaluated in case of an error

Return

the filename if successfully unloaded;
otherwise
if failure-expression is specified, the failure-expression is returned resp. evaluated;
if failure-expression is omitted, a Lisp error is triggered

Example

(arxunload "myApp.brx)  "myApp.brx"
(arxunload "myApp.xxx" "Failed")  "Failed"

Remarks

if filename does not contain a filename extension, a loaded module using the .tx..brx .arx .dll extensions is searched (in that sequence)
unloading a NET module using .dll extension is supported;



©  Bricsys NV. All rights reserved.