Library Open

Debra Peters dshaberland at earthlink.net
Mon Apr 13 15:19:51 EDT 2009


$libs has the list of open libs.

$libs.<mylibinternalname>.$pathname contains the disk path location 
(and name) of the library file.

If you have a specified internal name for your lib, such as MyLib, 
you could probably do something like

Calculate FoundIt as $libs.$findname('MyLib')

Or you can make a list of the libs in $libs:

Calculate MyList as $libs.$makelist($ref.$name,$ref.$pathname)

Then search the list.

Probably a large number of other options, as well. Just a couple off 
the top of my head.
HTH,
Deb



At 02:12 PM 4/13/2009, Michael Mantkowski wrote:
>This should be an easy one.  Don't know why it is frustrating me.
>
>What is the best way to tell if a specific library is open in a system with
>multiple open Libraries?
>
>Thanks,
>
>Mike





More information about the omnisdev-en mailing list