info("procedurelibraries")

The info(“procedurelibraries”) function returns a carriage return separated array listing all of the custom statement libraries that are currently installed.


Description

This function returns a carriage return separated array listing all of the custom statement libraries that are currently installed.

This example checks to make sure that the _SpeechLib library is loaded, then says hello if it is!

if arraycontains(info("procedurelibraries"),"_SpeechLib",cr())
    speakwords "Hello"
    speaknow
endif

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.