without

Typekeyword
DictionaryLCS
LibraryLiveCode Script
Syntax
without
Summary

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

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
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
RelatedCommand: send to program, move
Glossary: handler, keyword, message, command, execute
Keyword: with
Description

Use the without keyword to change the way the move and send toprogram 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.