alternateLanguages | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns the list of 'active scripting' languages that are installed on the system. | ||||||
Introduced | 1.1 | ||||||
Changes |
| ||||||
OS | mac, windows, web | ||||||
Platforms | desktop | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Command: do Glossary: LiveCode, return Control Structure: function | ||||||
Description | Use the alternateLanguages function to find out what scripting languages (in addition to LiveCode) are available for use with the do command. Mac OS and OS X systems support system-wide script languages (such as AppleScript) through the Open Scripting Architecture (OSA). You can write statements in any OSA language and execute them using the do command. Windows systems support scripting through the "active scripting" functionality of the Windows Script Host. You can write statements in any "active scripting" language and execute them using the do command. Web systems support executing JavaScript within the context of the browser host. |