without

Used with the move and send to program commands to allow the handler to continue execute at once. Also used with the move command to prevent messages from being sent as a result of the move.

# Metadata

Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:

# Syntax

without

# Examples

move graphic 3 to 100,100 without waiting

move the target to the loc of this stack without messages

send myMessage to program "FileMaker" without reply

# Description

Use the without keyword to change the way the move and send to program commands operate.

If you use the move...without waiting form of the move command or the send...to program...without reply form of the send to program command, the current handler continues immediately.

# Tags

# See

- **command:** send to program, move - **glossary:** handler, keyword, message, command, execute - **keyword:** with