stop using

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
stop using <stack>
Synonymsrelease library
Summary

Removes a stack from the message path that was placed in it with the start using command.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
stack

Any stack reference.

Example
stop using stack "project1"
RelatedProperty: script
Message: releaseStack
Command: remove script, start using, insert script
Object: stack
Glossary: current stack, message, command, script, message path
Description

Use the stop using command to remove a stack's script from the message path.

You can stop using a stack only if it has previously been inserted in the message path with the start using command. The stop using command does not affect the current stack, which is normally in the message path, or scripts that were placed in the message path with the insert script command.

When you stop using a stack, the releaseStack message is sent to the stack.

Tagsobjects