forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcut.lcdoc
More file actions
43 lines (28 loc) · 973 Bytes
/
cut.lcdoc
File metadata and controls
43 lines (28 loc) · 973 Bytes
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
Name: cut
Type: command
Syntax: cut [<object>]
Summary:
Copies the <selected> text or the <selected> section of an <image>, or
an <object(glossary)>, and deletes it from the <selection>.
Introduced: 1.0
OS: mac, windows, linux
Platforms: desktop, server
Example:
cut -- cuts whatever is selected
Example:
cut player "Quivering Apple" of recent card
Example:
cut the selectedObject
Parameters:
object:
Any available object. If no object is specified, the cut command cuts
whatever is currently selected to the clipboard.
Description:
Use the <cut> command to place <object|objects> or text on the
<clipboard> while removing them from the <stack>.
If no object is specified, the <cut> <command> is equivalent to choosing
Edit → Cut from the menubar.
References: copy (command), delete (command), clipboard (function),
object (glossary), command (glossary), selection (keyword),
image (keyword), cutKey (message), stack (object), selected (property)
Tags: ui