FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
livecode/docs/dictionary/command/delete-stack.lcdoc at develop · livecodeali/livecode · GitHub
livecodeali
/
livecode
Public
forked from
livecode/livecode
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
livecode
/
docs
/
dictionary
/
command
/
delete-stack.lcdoc
Copy path
More file actions
More file actions
Latest commit
History
History
History
47 lines (31 loc) · 1.22 KB
Breadcrumbs
livecode
/
docs
/
dictionary
/
command
/
delete-stack.lcdoc
Copy path
File metadata and controls
47 lines (31 loc) · 1.22 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Name: delete stack
Synonyms: clear stack
Type: command
Syntax: delete <stack>
Summary:
Removes a <substack> from a <stack file>, or removes a <main stack> from
memory.
Introduced: 1.0
OS: mac, windows, linux, ios, android
Platforms: desktop, server, mobile
Example:
delete stack "Expressions"
Parameters:
stack:
Any valid stack reference.
Description:
Use the <delete stack> <command> to delete a <substack>, or to purge a
<main stack> from memory.
The <delete stack> <command> has different effects, depending on whether
the <stack> is a <main stack> or a <substack>.
If the <stack> is a <main stack>, the <delete stack> <command> removes
the <stack> from memory. (Any unsaved changes are lost.) However, it
does not remove it from the user's system. To delete a <main stack>, use
the <delete file> <command> instead.
>*Warning:* If the <stack> is a <substack>, the <delete stack>
> <command> deletes the <stack> from memory, which causes it to be
> deleted permanently the next time its <stack file> is saved.
References: delete file (command), delete (command), substack (glossary),
stack file (glossary), main stack (glossary), command (glossary),
deleteStack (message), stack (object), cantDelete (property)
Tags: objects
Back
|
FazBrowse Home
|
New Git URL