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
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |