stacksInUse

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the stacksInUse
Synonymslibraries
Summary

Reports the stacks that have been placed in the message path by the start using command.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if the short name of this stack is not among the lines \
   of the stacksInUse then start using this stack
Values
NameTypeDescription
Value

The stacksInUse property reports a list of stack names, one per line. This property is read-only and cannot be set.

RelatedKeyword: line
Message: releaseStack
Command: start using, stop using
Function: stacks
Glossary: property, script, message, command, message path
Object: stack
Description

Use the stacksInUse property to find out which stack scripts can intercept messages.

The value reported by the stacksInUse property is a list of the short names of the stacks that have been added to the message path, one stack per line.

Add stacks to the message path with the start using command; remove them with the stop using command.

Tagsobjects