externalPackages

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the externalPackages of <stack>
Associationsstack
Summary

Lists the available external packages for a stack.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
put the externalPackages of stack "Main" into field "Package List"
Values
NameTypeDescription
Value

The externalFunctions of a stack reports a list of available external packages, one per line. This property is read-only and cannot be set.

RelatedKeyword: line
Property: externalCommands, externalFunctions, destroyWindow, externals
Object: stack
Glossary: external, property, handler
Description

Use the externalPackages property to find out whether a particular external package is available for use in handlers, or to list all the available external packages.