vl-list-loaded-vlx


(vl-list-loaded-vlx)

This function returns a list of all VLX applications, loaded into the current document, and using the separate NameSpace feature.

Arguments

none

Return

a list of symbol names

Example

(vl-list-loaded-vlx)    returns NIL
(load "mySampleWithNS.des")    loads a DES compiled file, using separate NameSpace feature
(vl-list-loaded-vlx)    returns (mySampleWithNS)
(load "mySample.des")    loads a DES compiled file, not using separate NameSpace feature
(vl-list-loaded-vlx)    returns (mySampleWithNS)

Remarks

note : the returned list does not contain strings - instead it returns symbol names !



©  Bricsys NV. All rights reserved.