mainStacks | |||||||
Type | function | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Returns a list of the main stacks that are loaded into memory. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: defaultStack, substacks, mainStack, stackFiles, name Message: reloadStack Keyword: line Object: stack Function: stacks, openStacks, revLoadedStacks, topStack Glossary: property, main stack, return, loaded into memory Control Structure: function | ||||||
Description | Use the mainStacks function to find out which mainstacks are currently available. Stacks that have not yet been saved are included in the list. The list includes stacks that are part of the LiveCode development environment (such as the message box and menu bar). | ||||||
Tags | objects |